Boost logo

Boost-Commit :

From: tschwinger_at_[hidden]
Date: 2007-12-06 16:25:11


Author: t_schwinger
Date: 2007-12-06 16:25:10 EST (Thu, 06 Dec 2007)
New Revision: 41805
URL: http://svn.boost.org/trac/boost/changeset/41805

Log:
annotates on msvc 7.1 overload selection bug in function_types example

Text files modified:
   trunk/status/explicit-failures-markup.xml | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-12-06 16:25:10 EST (Thu, 06 Dec 2007)
@@ -1496,6 +1496,7 @@
             <toolset name="intel*"/>
             <toolset name="msvc-*_64"/>
             <toolset name="msvc-*wm*"/>
+ <toolset name="pathscale-*"/>
             <note author="Tobias Schwinger">
               Not all compilers/platforms implement nonstandard calling conventions.
               <hr/>
@@ -1513,10 +1514,18 @@
             <toolset name="intel*"/>
             <toolset name="msvc-*_64"/>
             <toolset name="msvc-*wm*"/>
+ <toolset name="pathscale-*"/>
             <note author="Tobias Schwinger">
               Not all compilers/platforms implement nonstandard calling conventions.
             </note>
         </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="interfaces_example"/>
+ <toolset name="msvc-7.1"/>
+ <note author="Tobias Schwinger">
+ Overload selection does not work in some assignment contexts with this compiler.
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- functional/hash -->


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