Update explicit failures markup (added markup for lexical_cast_float_types_test test compiled with clang-darwin-libcxx*)

[SVN r75467]
This commit is contained in:
Antony Polukhin 2011-11-12 19:17:57 +00:00
parent 8986e43163
commit 76bb4f8ca0

View file

@ -678,6 +678,7 @@
<toolset name="intel-darwin-11.*"/>
<toolset name="intel-darwin-12.0"/>
<toolset name="qcc-4*"/>
<toolset name="clang-darwin-libcxx*"/>
<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>