mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Update explicit failures markup (added markup for lexical_cast tests compiled with qcc compiler)
[SVN r75412]
This commit is contained in:
parent
a3d9cd3afd
commit
50feee456c
1 changed files with 2 additions and 0 deletions
|
@ -661,6 +661,7 @@
|
|||
<toolset name="msvc-10.0*"/>
|
||||
<toolset name="msvc-7.1*"/>
|
||||
<toolset name="vacpp-10.1"/>
|
||||
<toolset name="qcc-4*"/>
|
||||
<toolset name="acc"/>
|
||||
<note author="Alexander Nasonov">
|
||||
Conversion double-string-double may give a different value (or even throw) on many compilers
|
||||
|
@ -676,6 +677,7 @@
|
|||
<toolset name="msvc-9.0~wm5~stlport5.2"/>
|
||||
<toolset name="intel-darwin-11.*"/>
|
||||
<toolset name="intel-darwin-12.0"/>
|
||||
<toolset name="qcc-4*"/>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue