> 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.
 
> 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)

John

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

Reply via email to