$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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