$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83617 - trunk/status
From: steven_at_[hidden]
Date: 2013-03-27 18:36:59
Author: steven_watanabe
Date: 2013-03-27 18:36:58 EDT (Wed, 27 Mar 2013)
New Revision: 83617
URL: http://svn.boost.org/trac/boost/changeset/83617
Log:
Mark up msvc-8.0 failures.
Text files modified: 
   trunk/status/explicit-failures-markup.xml |    18 ++++++++++++++++++                      
   1 files changed, 18 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2013-03-27 18:36:58 EDT (Wed, 27 Mar 2013)
@@ -5558,6 +5558,24 @@
         <toolset name="darwin-4.2.1"/>
         <note author="Steven Watanabe" refid="17"/>
       </mark-unusable>
+      <mark-expected-failures>
+        <test name="test_add"/>
+        <test name="test_add_assign"/>
+        <test name="test_equal"/>
+        <test name="test_less"/>
+        <test name="test_construct"/>
+        <toolset name="msvc-8.0*"/>
+        <note author="Steven Watanabe">
+          SFINAE for the constructors of param doesn't work correctly on this compiler.
+          This affects free functions (including operators) with more than one
+          any argument and overloaded member functions.
+        </note>
+      </mark-expected-failures>
+      <mark-expected-failures reason="?">
+        <test name="test_free"/>
+        <toolset name="msvc-8.0"/>
+        <note>This looks like an instance of MSVC substituting int in a template-id.</note>
+      </mark-expected-failures>
     </library>
 
     <!-- type_traits -->