diff options
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>" + ] +} |