• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<explicit-failures-markup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/boostorg/boost/master/status/explicit-failures.xsd">
4    <!-- outcome -->
5    <library name="outcome">
6        <mark-unusable>
7            <toolset name="*c++98"/>
8            <toolset name="*c++11"/>
9            <toolset name="*gnu++98"/>
10            <toolset name="*gnu++11"/>
11            <toolset name="*gnu98"/>
12            <toolset name="*gnu11"/>
13            <toolset name="clang-linux-3*"/>
14            <toolset name="gcc-3*"/>
15            <toolset name="gcc-4*"/>
16            <toolset name="gcc-5*"/>
17            <toolset name="gcc-mngw-3*"/>
18            <toolset name="gcc-mngw-4*"/>
19            <toolset name="gcc-mngw-5*"/>
20            <toolset name="msvc-7*"/>
21            <toolset name="msvc-8*"/>
22            <toolset name="msvc-9*"/>
23            <toolset name="msvc-10*"/>
24            <toolset name="msvc-11*"/>
25            <toolset name="msvc-12*"/>
26            <toolset name="msvc-13*"/>
27            <toolset name="msvc-14.0"/>
28            <toolset name="msvc-14.0*"/>
29            <note author="Niall Douglas">Complete C++14 support is the minimum requirement.</note>
30        </mark-unusable>
31        <mark-unusable>
32            <toolset name="clang-linux-4.0~c++14"/>
33            <toolset name="clang-linux-5.0~c++14"/>
34            <toolset name="clang-linux-6.0~c++17"/>
35            <note author="Niall Douglas">libstdc++ 6 is the minimum version which works.</note>
36        </mark-unusable>
37    </library>
38</explicit-failures-markup>