mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Added Move library
[SVN r70693]
This commit is contained in:
parent
4e06b349e8
commit
7dae89b1d5
2 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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ñaga">
|
||||
The compiler does not support features that are essential for the library.
|
||||
</note>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
<!-- MPL -->
|
||||
<library name="mpl">
|
||||
|
|
Loading…
Add table
Reference in a new issue