On 14 September 2012 12:43, Steven Watanabe <watanabesj@gmail.com> wrote:
> #include <boost/fusion/include/adapt_struct.hpp>
>
> template<int a, int b>
> struct AB {};
>
> BOOST_FUSION_ADAPT_STRUCT(
> , Silly,
> (AB<2,3>, ab))
>
> fails
> How do I work around this?typedef?