Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70693 - trunk/status
From: igaztanaga_at_[hidden]
Date: 2011-03-29 07:59:20


Author: igaztanaga
Date: 2011-03-29 07:59:19 EDT (Tue, 29 Mar 2011)
New Revision: 70693
URL: http://svn.boost.org/trac/boost/changeset/70693

Log:
Added Move library
Text files modified:
   trunk/status/Jamfile.v2 | 2 ++
   trunk/status/explicit-failures-markup.xml | 19 +++++++++++++++++++
   2 files changed, 21 insertions(+), 0 deletions(-)

Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2 (original)
+++ trunk/status/Jamfile.v2 2011-03-29 07:59:19 EDT (Tue, 29 Mar 2011)
@@ -93,6 +93,8 @@
     lambda/test # test-suite lambda
     logic/test # test-suite logic
     math/test # test-suite math
+ move/example # test-suite move_example
+ move/test # test-suite move_test
     mpi/test # test-suite mpi
     mpl/test # test-suite mpl
     msm/test # msm-unit-tests

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-03-29 07:59:19 EDT (Tue, 29 Mar 2011)
@@ -2311,6 +2311,25 @@
       </test>
     </library>
 
+ <!-- move-->
+ <library name="move">
+ <mark-unusable>
+ <toolset name="borland-5.*"/>
+ <toolset name="msvc-6.5*"/>
+ <toolset name="cw-9.*"/>
+ <toolset name="gcc-2.95*"/>
+ <toolset name="gcc-3.0*"/>
+ <toolset name="gcc-3.1*"/>
+ <toolset name="gcc-3.2*"/>
+ <toolset name="gcc-3.3*"/>
+ <toolset name="mipspro"/>
+ <toolset name="pathscale*"/>
+ <toolset name="intel-linux-8.*"/>
+ <note author="Ion Gazta&#241;aga">
+ The compiler does not support features that are essential for the library.
+ </note>
+ </mark-unusable>
+ </library>
 
     <!-- MPL -->
     <library name="mpl">


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