Skip to content

Commit 143ed77

Browse files
committed
Mark pre-C++11 compilers as unusable for the regression tests
1 parent b6c5dd5 commit 143ed77

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

meta/explicit-failures-markup.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<explicit-failures-markup>
3+
<library name="dynamic_bitset">
4+
<mark-unusable>
5+
<toolset name="*c++98"/>
6+
<toolset name="*gnu98"/>
7+
<toolset name="*c++0x"/>
8+
<toolset name="*gnu0x"/>
9+
<toolset name="msvc-7.1"/>
10+
<toolset name="msvc-8.*"/>
11+
<toolset name="msvc-9.*"/>
12+
<toolset name="msvc-10.*"/>
13+
<toolset name="msvc-11.*"/>
14+
<note author="Gennaro Prota">DynamicBitset requires at least C++11.</note>
15+
</mark-unusable>
16+
</library>
17+
</explicit-failures-markup>

0 commit comments

Comments
 (0)