Boost logo

Boost :

From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2002-10-01 04:25:59


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk