[boost] Re: mpl/if.hpp failing on bcc builder 6
by Nicola Musatti other posts by this author
Oct 1 2002 9:25AM messages near this date
Re: [boost] mpl/if.hpp failing on bcc builder 6
|
[boost] Re: mpl/if.hpp failing on bcc builder 6
Aleksey Gurtovoy wrote:
[...]
> Hhm, the following condition in "boost/mpl/aux_/config/dtp.hpp"
>
> #if defined(__MWERKS__) && __MWERKS__ <= 0x3001 > || defined(__BORLANDC__) && __BORLANDC_
_ <= 0x560
> # define BOOST_NO_DEFAULT_TEMPLATE_PARAMETERS_IN_NESTED_TEMPLATES
> #endif
>
> should take care of it. Is there a chance that "patch 2" bumps up the
> compiler version?
It does. __BORLANDC__ is 0x561 for BCB6 Patch 2.
Cheers,
Nicola Musatti
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Aleksey Gurtovoy
John Maddock
Nicola Musatti
Mark Finkle
|