mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Check in convert failures for Vladimir Batov.
This commit is contained in:
parent
2306e00db3
commit
09909f58b5
1 changed files with 15 additions and 0 deletions
|
@ -646,6 +646,21 @@
|
|||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
<!-- convert-->
|
||||
<library name="convert">
|
||||
<test name="convert_test_has_begin">
|
||||
<mark-failure>
|
||||
<toolset name="msvc-8.0*"/>
|
||||
<toolset name="msvc-9.0*"/>
|
||||
<toolset name="msvc-10.0*"/>
|
||||
<toolset name="msvc-11.0*"/>
|
||||
<note author="Vladimir Batov">
|
||||
The relevant SFINAE support is broken in MSVC up to version 11.
|
||||
</note>
|
||||
</mark-failure>
|
||||
</test>
|
||||
</library>
|
||||
|
||||
<!-- lexical_cast -->
|
||||
<library name="lexical_cast">
|
||||
<test name="lexical_cast_test">
|
||||
|
|
Loading…
Add table
Reference in a new issue