summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/phoenix/meta
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
commit19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch)
tree42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/boost/libs/phoenix/meta
parentInitial commit. (diff)
downloadceph-upstream.tar.xz
ceph-upstream.zip
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/phoenix/meta')
-rw-r--r--src/boost/libs/phoenix/meta/explicit-failures-markup.xml18
-rw-r--r--src/boost/libs/phoenix/meta/libraries.json19
2 files changed, 37 insertions, 0 deletions
diff --git a/src/boost/libs/phoenix/meta/explicit-failures-markup.xml b/src/boost/libs/phoenix/meta/explicit-failures-markup.xml
new file mode 100644
index 000000000..b2a978108
--- /dev/null
+++ b/src/boost/libs/phoenix/meta/explicit-failures-markup.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<explicit-failures-markup>
+ <!-- phoenix -->
+ <library name="phoenix">
+ <mark-expected-failures>
+ <test name="lambda_tests7"/>
+ <test name="lambda_tests10"/>
+ <test name="lambda_tests11"/>
+ <test name="lambda_tests14"/>
+ <test name="lambda_tests15"/>
+ <toolset name="msvc-12.0"/>
+ <note author="Kohei Takahsahi">
+ Wrokaround: define BOOST_RESULT_OF_USE_TR1
+ </note>
+ </mark-expected-failures>
+ </library>
+</explicit-failures-markup>
+
diff --git a/src/boost/libs/phoenix/meta/libraries.json b/src/boost/libs/phoenix/meta/libraries.json
new file mode 100644
index 000000000..7b7d5fdd2
--- /dev/null
+++ b/src/boost/libs/phoenix/meta/libraries.json
@@ -0,0 +1,19 @@
+{
+ "key": "phoenix",
+ "name": "Phoenix",
+ "authors": [
+ "Joel de Guzman",
+ "Dan Marsden",
+ "Thomas Heller",
+ "John Fletcher"
+ ],
+ "description": "Define small unnamed function objects at the actual call site, and more.",
+ "category": [
+ "Function-objects"
+ ],
+ "maintainers": [
+ "Joel de Guzman <djowel -at- gmail.com>",
+ "Thomas Heller <thom.heller -at- gmail.com>",
+ "John Fletcher <J.P.Fletcher -at- aston.ac.uk>"
+ ]
+}