Update explicit-failures-markup.xml

[skip ci]
This commit is contained in:
Automated Commit 2022-09-20 05:25:04 +00:00
parent 302aa53985
commit 5be64c44b3

View file

@ -7124,6 +7124,24 @@ This platform doesn't supports Boost.Container.
</mark-expected-failures>
</library>
<!-- url -->
<library name="url">
<mark-unusable>
<toolset name="*c++98"/>
<toolset name="*gnu98"/>
<toolset name="*c++0x"/>
<toolset name="*gnu0x"/>
<toolset name="gcc-4.7*"/>
<toolset name="msvc-7.1"/>
<toolset name="msvc-8.*"/>
<toolset name="msvc-9.*"/>
<toolset name="msvc-10.*"/>
<toolset name="msvc-11.*"/>
<toolset name="msvc-12.*"/>
<note author="Vinnie Falco">C++11 is the minimum requirement.</note>
</mark-unusable>
</library>
<!-- utility/enable_if -->
<library name="utility/enable_if">
<mark-unusable>