mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
mark-up foreach failures
[SVN r46543]
This commit is contained in:
parent
bf57c25cac
commit
7b30e66731
1 changed files with 48 additions and 10 deletions
|
@ -1447,8 +1447,38 @@
|
|||
<toolset name="mingw"/>
|
||||
<toolset name="hp_cxx*"/>
|
||||
<toolset name="intel-win32-8_1"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<toolset name="sun-5.9"/>
|
||||
<toolset name="pathscale*"/>
|
||||
<note author="Eric Niebler">
|
||||
This compiler does not support detection of
|
||||
const rvalues.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="rvalue_const_r"/>
|
||||
<toolset name="msvc-6.5*"/>
|
||||
<toolset name="msvc-7.0"/>
|
||||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="gcc-2*"/>
|
||||
<toolset name="gcc-3.2*"/>
|
||||
<toolset name="gcc-3_3-darwin"/>
|
||||
<toolset name="intel-linux"/>
|
||||
<toolset name="vacpp"/>
|
||||
<toolset name="cw-8.3"/>
|
||||
<toolset name="cw-9.4"/>
|
||||
<toolset name="cw-9.5-darwin"/>
|
||||
<toolset name="sunpro*"/>
|
||||
<toolset name="mingw"/>
|
||||
<toolset name="hp_cxx*"/>
|
||||
<toolset name="intel-win32-8_1"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<toolset name="sun-5.9"/>
|
||||
<toolset name="pathscale*"/>
|
||||
<note author="Eric Niebler">
|
||||
This compiler does not support detection of
|
||||
const rvalues.
|
||||
|
@ -1463,6 +1493,24 @@
|
|||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="hp_cxx*"/>
|
||||
<toolset name="sunpro*"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<toolset name="sun-5.9"/>
|
||||
<note author="Eric Niebler">
|
||||
This compiler does not support detection of
|
||||
rvalues.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="rvalue_nonconst_r"/>
|
||||
<toolset name="msvc-6.5*"/>
|
||||
<toolset name="msvc-7.0"/>
|
||||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="hp_cxx*"/>
|
||||
<toolset name="sunpro*"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<toolset name="sun-5.9"/>
|
||||
<note author="Eric Niebler">
|
||||
|
@ -1490,16 +1538,6 @@
|
|||
ADL which these compilers do not support.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="noncopyable"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<note author="Eric Niebler">
|
||||
is_base_and_derived<> is broken on this compiler, but
|
||||
the problem can be worked around by specializing
|
||||
boost::foreach::is_noncopyable<> for collection
|
||||
types that are noncopyable.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- format -->
|
||||
|
|
Loading…
Add table
Reference in a new issue