|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81723 - trunk/status
From: john_at_[hidden]
Date: 2012-12-05 11:15:42
Author: johnmaddock
Date: 2012-12-05 11:15:41 EST (Wed, 05 Dec 2012)
New Revision: 81723
URL: http://svn.boost.org/trac/boost/changeset/81723
Log:
Add markup for multiprecision lib.
Text files modified:
trunk/status/explicit-failures-markup.xml | 30 ++++++++++++++++++++++++++++--
1 files changed, 28 insertions(+), 2 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2012-12-05 11:15:41 EST (Wed, 05 Dec 2012)
@@ -2845,8 +2845,34 @@
</mark-expected-failures>
</library>
-
- <!-- optional -->
+ <!-- multi_array -->
+ <library name="multi_array">
+ <mark-unusable>
+ <toolset name="borland-5.5*"/>
+ <toolset name="borland-5.6*"/>
+ <toolset name="borland-5.8*"/>
+ <toolset name="borland-5.9*"/>
+ <note author="John Maddock" date="05 Dec 2012">
+ <p>
+ These compilers are too antiquated for this library.
+ </p>
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="vacpp*"/>
+ <toolset name="pgi*"/>
+ <toolset name="msvc-8.0"/>
+ <toolset name="msvc- 9.0~wm5*"/>
+ <note author="John Maddock" date="05 Dec 2012">
+ <p>
+ These compilers don't quite have the necessary support for this library, it's possible
+ that they could be made to work if someone cares enough.
+ </p>
+ </note>
+ </mark-unusable>
+ </library>
+
+ <!-- optional -->
<library name="optional">
<mark-expected-failures>
<test name="optional_test_ref"/>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk