David Abrahams <[EMAIL PROTECTED]> writes:

> "John Maddock" <[EMAIL PROTECTED]> writes:
>
>>> And furthermore, the code inside #if !BOOST_WORKAROUND(...) is all
>>> NON-workaround code, so the workaround _is_ being used for all
>>> versions 238 and lower.
>>
>> Yes but he's using version 243, which will *not* be using the workaround.
>
> Oh, I misread the number.
>
>>> So I think you're going to have to analyze the problem and the fix
>>> again.
>>
>> We need to change to:
>>
>>  && !BOOST_WORKAROUND(__EDG_VERSION__, <= 243)
>
> OK.  Please go ahead, John.

Nevermind, I did it.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to