summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorIon GaztaƱaga <igaztanaga@gmail.com>2011-07-21 18:12:00 +0000
committerIon GaztaƱaga <igaztanaga@gmail.com>2011-07-21 18:12:00 +0000
commit60707112ea8c985cfffe4e4fc37489e5fd70fd71 (patch)
treebeca59c51c4bbcd413616b29d60099395f992f29 /status
parenta4bee439d2a99ca36fbf3659404bde1caef4bd53 (diff)
downloadboost-60707112ea8c985cfffe4e4fc37489e5fd70fd71.tar.gz
Added Boost.Move
[SVN r73283]
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v22
-rw-r--r--status/explicit-failures-markup.xml19
2 files changed, 21 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 2836188cf7..c01c0c296c 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -93,6 +93,8 @@ run-tests libs :
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
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index c89b7884f2..3beb2f04ac 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2277,6 +2277,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">