Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-09-09 08:02:01


Joaquín Mª López Muñoz wrote:

> Tests are failing due to a problem with BOOST_MPL_ASSERT_RELATION,
> for instance:
>
> "../libs/mpl/test/arithmetic.cpp", line 25.5: 1540-1264 (S) The template
> argument
> must be preceded by an ampersand (&).
>
> I've checked boost/mpl/assert.hpp, and seems like there is already an
> alternative implementation for buggy compilers driven by the macro
>
> BOOST_MPL_CFG_ASSERT_USE_RELATION_NAMES
>
> If given permission, I can commit a fix to define this for vacpp as
> well,
> and see how things work. If Markus is listening, maybe he can do a local
>
> test before.
>

I tested your suggestion and it works. I added the define in
boost/config/compiler/vacpp.hpp. Thanks for the hint.


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