* reduces templates count
 * leaves only one lexical converting class (at least for modern compilers)
 * fixes small TODOs and XXXs from source code
 * makes lexical_stream_limited_src more readable
 * updates status/explicit-failures-markup.xml
 * makes lexical_cast_inf_nan_test.cpp pass on Itanium pltform
 * makes lexical_cast able to convert signed and unsigned chars to wchar_t
 and updates lexical_cast_wchars_test

[SVN r73313]
This commit is contained in:
Antony Polukhin 2011-07-23 15:55:54 +00:00
parent 9f3ab8ba83
commit 602dd563f0
2 changed files with 2 additions and 10 deletions

@ -1 +1 @@
Subproject commit c1c8485cb43559a069e02cfdad93bb786b52a7e2
Subproject commit 8a756eae7bba379765c17aebbe5ae7596b339e2e

View file

@ -640,21 +640,13 @@
<toolset name="msvc-9.0*"/>
<toolset name="msvc-10.0*"/>
<toolset name="msvc-7.1*"/>
<toolset name="vacpp-10.1"/>
<toolset name="acc"/>
<note author="Alexander Nasonov">
Conversion double-string-double may give a different value (or even throw) on many compilers
</note>
</mark-failure>
</test>
<test name="lexical_cast_vc8_bug_test">
<mark-failure>
<toolset name="msvc-8.0*"/>
<note author="Alexander Nasonov">
I don't have an access to Windows and VC++ to
investigate this issue.
</note>
</mark-failure>
</test>
</library>
<!-- crc -->