Subject: Re: [Boost-users] [mpl] cross product and gcc specific compiler error
From: Josh Quigley (0zeroth_at_[hidden])
Date: 2012-05-14 18:21:38


Aaaaaaaaaaaaah!

Thanks a lot!

Regards,
Josh.

>
> It doesn't work because you're relying on
> implementation details.  Use boost::mpl::at_c<XXX, 0>::type
> instead of XXX::item0.
>
> ... SNIP...
>
> In Christ,
> Steven Watanabe