Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-10-29 07:44:27


> Hmm, obviously I was a litte too careless when composing the first
> message. BOOST_CHECK_INTEGRAL_CONSTANT() is not a macro of boost.test
> but it is defined in the type traits test files.
>
> But the arguments are used as template arguments to the following:
>
> template <class T, class U>
> bool tt_compare(T found, U expected)
> { return static_cast<U>(found) == expected; }
>
> And this isn't allowed with unnamed types, or is it?

Aha, that could be an issue, for some reason VC6 didn't pick up on it...
tentative fixes applied, thanks,

John.


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