mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Update explicit-failures-markup.xml
[skip ci]
This commit is contained in:
parent
734e4d6ac9
commit
3194bd6796
1 changed files with 7 additions and 1 deletions
|
@ -3589,6 +3589,12 @@ for more information.
|
|||
<!-- outcome -->
|
||||
<library name="outcome">
|
||||
<mark-unusable>
|
||||
<toolset name="*c++98"/>
|
||||
<toolset name="*c++11"/>
|
||||
<toolset name="*gnu++98"/>
|
||||
<toolset name="*gnu++11"/>
|
||||
<toolset name="*gnu98"/>
|
||||
<toolset name="*gnu11"/>
|
||||
<toolset name="clang-linux-3*"/>
|
||||
<toolset name="gcc-3*"/>
|
||||
<toolset name="gcc-4*"/>
|
||||
|
@ -3603,7 +3609,7 @@ for more information.
|
|||
<toolset name="msvc-11*"/>
|
||||
<toolset name="msvc-12*"/>
|
||||
<toolset name="msvc-13*"/>
|
||||
<toolset name="msvc-14.0.*"/>
|
||||
<toolset name="msvc-14.0*"/>
|
||||
<note author="Niall Douglas">Complete C++14 support is the minimum requirement.</note>
|
||||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
|
|
Loading…
Add table
Reference in a new issue