2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-27 05:22:11 +00:00
Files
url/meta/explicit-failures-markup.xml
2022-09-19 14:18:32 -03:00

21 lines
705 B
XML

<?xml version="1.0" encoding="utf-8"?>
<explicit-failures-markup>
<!-- 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>
</explicit-failures-markup>