summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorAutomated Commit <automated@calamity.org.uk>2018-02-25 15:25:08 +0000
committerAutomated Commit <automated@calamity.org.uk>2018-02-25 15:25:08 +0000
commit4cbe03b7135058795d41ebeac93adaf21f6b9d6d (patch)
tree7a18d8d70879702585499b670b5cba62e81b4423 /status
parent11378fddf39956c8d6587c5fbfa43a1fb1cc79bf (diff)
downloadboost-4cbe03b7135058795d41ebeac93adaf21f6b9d6d.tar.gz
Update explicit-failures-markup.xml
[skip ci]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml19
1 files changed, 15 insertions, 4 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 65960cb9ba..eeba792f93 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -7131,12 +7131,23 @@ This platform doesn't supports Boost.Container.
<test name="compile_map_unordered_allocator"/>
<toolset name="msvc-7.1"/>
<note author="Daniel James">
- This tests whether inserting elements creates as few copies as I think
- is possible. If this fails it just means that the container might be
- a little inefficient.
+ This test fail because it's using unordered's internal
+ allocator traits, which doesn't work on Visual C++ 7.1.
+ It normally uses the one from Boost.Container by default.
</note>
</mark-expected-failures>
- </library>
+
+ <mark-expected-failures>
+ <test name="noexcept_tests"/>
+ <toolset name="gcc-4.3c+"/>
+ <note author="Daniel James">
+ boost::is_nothrow_move_constructible and
+ boost::is_nothrow_move_assignable don't seem to work on this
+ compiler. I'd hope that anyone wanting noexcept support would
+ use a more recent compiler anyway.
+ </note>
+ </mark-expected-failures>
+ </library>
<!-- utility/enable_if -->
<library name="utility/enable_if">