$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50703 - trunk/status
From: jewillco_at_[hidden]
Date: 2009-01-21 12:20:41
Author: jewillco
Date: 2009-01-21 12:20:40 EST (Wed, 21 Jan 2009)
New Revision: 50703
URL: http://svn.boost.org/trac/boost/changeset/50703
Log:
Added some toolsets as unusable for Boost.Graph
Text files modified:
trunk/status/explicit-failures-markup.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-01-21 12:20:40 EST (Wed, 21 Jan 2009)
@@ -1786,8 +1786,8 @@
<!-- graph -->
<library name="graph">
<mark-unusable>
- <toolset name="borland-5.6*"/>
- <toolset name="borland-5.8*"/>
+ <toolset name="borland-5.*"/>
+ <toolset name="borland-6.*"/>
<toolset name="msvc-6.5*"/>
<toolset name="sunpro-5_3-sunos"/>
</mark-unusable>
@@ -1862,6 +1862,7 @@
<toolset name="msvc-8.0_64"/>
<toolset name="msvc-8.0_x86_64"/>
<toolset name="msvc-9.0"/>
+ <toolset name="msvc-10.0"/>
<note author="Doug Gregor">
This failure is due to a problem with partial ordering
of class template partial specializations.