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 | 30 ++++++++++++++++++++++ src/boost/libs/concept_check/meta/libraries.json | 15 +++++++++++ 2 files changed, 45 insertions(+) create mode 100644 src/boost/libs/concept_check/meta/explicit-failures-markup.xml create mode 100644 src/boost/libs/concept_check/meta/libraries.json (limited to 'src/boost/libs/concept_check/meta') diff --git a/src/boost/libs/concept_check/meta/explicit-failures-markup.xml b/src/boost/libs/concept_check/meta/explicit-failures-markup.xml new file mode 100644 index 00000000..0d933e6a --- /dev/null +++ b/src/boost/libs/concept_check/meta/explicit-failures-markup.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + This version of the Rogue Wave library fails to provide all + needed addition operators for the iterator type and the + difference type of std::deque. + + + + + diff --git a/src/boost/libs/concept_check/meta/libraries.json b/src/boost/libs/concept_check/meta/libraries.json new file mode 100644 index 00000000..480b9c84 --- /dev/null +++ b/src/boost/libs/concept_check/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "concept_check", + "name": "Concept Check", + "authors": [ + "Jeremy Siek" + ], + "description": "Tools for generic programming.", + "category": [ + "Correctness", + "Generic" + ], + "maintainers": [ + "Jeremy Siek " + ] +} -- cgit v1.2.3