Add to explicit failures note about "msvc-9.0~wm5" failing the float types tests

[SVN r82696]
This commit is contained in:
Antony Polukhin 2013-02-03 09:41:20 +00:00
parent 552a3134b9
commit 2a5e95861b

View file

@ -705,6 +705,7 @@
<toolset name="intel-darwin-12.0"/>
<toolset name="qcc-4*"/>
<toolset name="clang-darwin-libcxx*"/>
<toolset name="msvc-9.0~wm5"/>
<note author="Antony Polukhin">
Some compilers and STL realizations convert double and long double types with bigger precision loss than minimal (or even round to infinity). Such failures are not a lexical_cast, but a compiler fault.
</note>