diff options
author | Automated Commit <automated@calamity.org.uk> | 2017-10-02 18:25:07 +0000 |
---|---|---|
committer | Automated Commit <automated@calamity.org.uk> | 2017-10-02 18:25:07 +0000 |
commit | c6228cce487350af961c8c73ef673f901d4e6cf6 (patch) | |
tree | bb3e877798369e232d680bb056c60c6101168031 | |
parent | 1dfdd53552b8eeb4742ee7b6055dda8857fb313e (diff) | |
download | boost-c6228cce487350af961c8c73ef673f901d4e6cf6.tar.gz |
Update explicit-failures-markup.xml
-rw-r--r-- | status/explicit-failures-markup.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index e5c0deb9ed..5cf6be7241 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -6749,6 +6749,16 @@ This platform doesn't supports Boost.Container. a little inefficient. </note> </mark-expected-failures> + + <mark-expected-failures> + <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. + </note> + </mark-expected-failures> </library> <!-- utility/enable_if --> |