Boost logo

Boost :

From: Firingme (firingme_at_[hidden])
Date: 2003-11-08 04:01:09


Platform: Win XP SP1
Compiler: VS2003

TestCode : "demo.cpp" with serialization draft #13 release

Error Address:

file: greater.hpp

#if !defined(__BORLANDC__)
    typedef bool_<value> type;
#else
    typedef bool_<(
          (BOOST_MPL_AUX_VALUE_WKND(T1)::value)
> (BOOST_MPL_AUX_VALUE_WKND(T2)::value)
        )> type;
#endif

Error 2975

How can I solve it ? thx in advance


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