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 --- .../meta/explicit-failures-markup.xml | 51 ++++++++++++++++++++++ src/boost/libs/poly_collection/meta/libraries.json | 14 ++++++ 2 files changed, 65 insertions(+) create mode 100644 src/boost/libs/poly_collection/meta/explicit-failures-markup.xml create mode 100644 src/boost/libs/poly_collection/meta/libraries.json (limited to 'src/boost/libs/poly_collection/meta') diff --git a/src/boost/libs/poly_collection/meta/explicit-failures-markup.xml b/src/boost/libs/poly_collection/meta/explicit-failures-markup.xml new file mode 100644 index 00000000..488b5096 --- /dev/null +++ b/src/boost/libs/poly_collection/meta/explicit-failures-markup.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiler's too old for working. + + + + + + C++11 or later required. + + + + \ No newline at end of file diff --git a/src/boost/libs/poly_collection/meta/libraries.json b/src/boost/libs/poly_collection/meta/libraries.json new file mode 100644 index 00000000..317fd77b --- /dev/null +++ b/src/boost/libs/poly_collection/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "poly_collection", + "name": "PolyCollection", + "authors": [ + "Joaqu\u00edn M L\u00f3pez Mu\u00f1oz" + ], + "description": "Fast containers of polymorphic objects.", + "category": [ + "Containers" + ], + "maintainers": [ + "Joaquin M Lopez Munoz " + ] +} -- cgit v1.2.3