|
@@ -1274,6 +1274,7 @@
|
|
|
<toolset name="tru64cxx*"/>
|
|
<toolset name="tru64cxx*"/>
|
|
|
<toolset name="hp_cxx*"/>
|
|
<toolset name="hp_cxx*"/>
|
|
|
<toolset name="intel-win32-8_1"/>
|
|
<toolset name="intel-win32-8_1"/>
|
|
|
|
|
+ <toolset name="sun-5.8"/>
|
|
|
<note author="Eric Niebler">
|
|
<note author="Eric Niebler">
|
|
|
This compiler does not support detection of
|
|
This compiler does not support detection of
|
|
|
const rvalues.
|
|
const rvalues.
|
|
@@ -1294,6 +1295,7 @@
|
|
|
<toolset name="tru64cxx*"/>
|
|
<toolset name="tru64cxx*"/>
|
|
|
<toolset name="hp_cxx*"/>
|
|
<toolset name="hp_cxx*"/>
|
|
|
<toolset name="sunpro*"/>
|
|
<toolset name="sunpro*"/>
|
|
|
|
|
+ <toolset name="sun-5.8"/>
|
|
|
<note author="Eric Niebler">
|
|
<note author="Eric Niebler">
|
|
|
This compiler does not support detection of
|
|
This compiler does not support detection of
|
|
|
rvalues.
|
|
rvalues.
|
|
@@ -1322,6 +1324,16 @@
|
|
|
ADL which these compilers do not support.
|
|
ADL which these compilers do not support.
|
|
|
</note>
|
|
</note>
|
|
|
</mark-expected-failures>
|
|
</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>
|
|
</library>
|
|
|
|
|
|
|
|
<!-- format -->
|
|
<!-- format -->
|
|
@@ -4700,6 +4712,11 @@ for more information.
|
|
|
such as "template < class T, bool B = is_foo < T > ::value >"
|
|
such as "template < class T, bool B = is_foo < T > ::value >"
|
|
|
</note>
|
|
</note>
|
|
|
</mark-unusable>
|
|
</mark-unusable>
|
|
|
|
|
+ <mark-unusable>
|
|
|
|
|
+ <toolset name="sunpro-5_3-sunos"/>
|
|
|
|
|
+ <toolset name="sun-5.8"/>
|
|
|
|
|
+ <note refid="17"/>
|
|
|
|
|
+ </mark-unusable>
|
|
|
</library>
|
|
</library>
|
|
|
|
|
|
|
|
<!-- /////////////// Standard note definitions /////////////// -->
|
|
<!-- /////////////// Standard note definitions /////////////// -->
|