From: John Maddock (john_at_[hidden])
Date: 2005-12-12 08:28:13


>> Turning BOOST_HAS_NVRO on for VC8 causes the test program to fail,
>> unless optimisations are turned on, in which case it is indeed
>> supported.
>
> Should that be a warning instead of fail? It's an optimisation
> missing,
> not a "broken" config that leads to errors.

Um, if it was a warning then the configure script would turn on
BOOST_HAS_NVRO for *everything* which isn't really what we want, I could
hack the test so it's a warning for VC8 only I guess.

John.