From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- .../unordered/meta/explicit-failures-markup.xml | 44 ++++++++++++++++++++++ src/boost/libs/unordered/meta/libraries.json | 17 +++++++++ 2 files changed, 61 insertions(+) create mode 100644 src/boost/libs/unordered/meta/explicit-failures-markup.xml create mode 100644 src/boost/libs/unordered/meta/libraries.json (limited to 'src/boost/libs/unordered/meta') diff --git a/src/boost/libs/unordered/meta/explicit-failures-markup.xml b/src/boost/libs/unordered/meta/explicit-failures-markup.xml new file mode 100644 index 00000000..25a19e3d --- /dev/null +++ b/src/boost/libs/unordered/meta/explicit-failures-markup.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + 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. + + + + + diff --git a/src/boost/libs/unordered/meta/libraries.json b/src/boost/libs/unordered/meta/libraries.json new file mode 100644 index 00000000..1cd5b6ce --- /dev/null +++ b/src/boost/libs/unordered/meta/libraries.json @@ -0,0 +1,17 @@ +{ + "key": "unordered", + "name": "Unordered", + "authors": [ + "Daniel James" + ], + "maintainers": [ + "Daniel James " + ], + "description": "Unordered associative containers.", + "std": [ + "tr1" + ], + "category": [ + "Containers" + ] +} \ No newline at end of file -- cgit v1.2.3