diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
commit | 19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch) | |
tree | 42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/boost/libs/phoenix/meta | |
parent | Initial commit. (diff) | |
download | ceph-6d07fdb6bb33b1af39833b850bb6cf8af79fe293.tar.xz ceph-6d07fdb6bb33b1af39833b850bb6cf8af79fe293.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.xml | 18 | ||||
-rw-r--r-- | src/boost/libs/phoenix/meta/libraries.json | 19 |
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>" + ] +} |