
I have a mpl::map as follows, with a template parameter of a passed in
type and a template parameter of "supported_type" that is a class.
using boost::mpl;
enum { value = 1 + supported_type::value };
typedef typename insert
I have a mpl::map as follows, with a template parameter of a passed in
type and a template parameter of "supported_type" that is a class.
using boost::mpl;
enum { value = 1 + supported_type::value };
typedef typename insert