
9 Jan
2010
9 Jan
'10
7:53 p.m.
Hello, Can I use this macro with specialized templates as well? template <typename T> struct range { T min ; T max ; } ; BOOST_FUSION_ADAPT_STRUCT( range<double>, (double, min) (double, max) } Rds,