$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-01-12 21:59:14
Peter Dimov writes:
> Sergey Pisarchik wrote:
>> enum
>> {
>> msvc71_wknd_ = ( BOOST_MPL_AUX_VALUE_WKND(T1)::value
>> < BOOST_MPL_AUX_VALUE_WKND(T2)::value)
>> };
>>
>>
>> How can I fix it ?
>
> Switch the order of the arguments:
>
> msvc71_wknd_ = ( BOOST_MPL_AUX_VALUE_WKND(T2)::value >
> BOOST_MPL_AUX_VALUE_WKND(T1)::value)
>
> I thought we fixed that long ago...
We did.
-- Aleksey Gurtovoy MetaCommunications Engineering