From c7e57192ba3335fabd1d843be5f8703107ca9162 Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Wed, 10 Jan 2018 14:25:06 +0000 Subject: Update explicit-failures-markup.xml --- status/explicit-failures-markup.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'status') diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 94a014a636..00326fb9fc 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -7246,12 +7246,23 @@ This platform doesn't supports Boost.Container. - 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. - + + + + + + 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. + + + -- cgit v1.2.1