mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Merge branch 'cherry-pick-explicit-failures'
This commit is contained in:
commit
01ee538a94
3 changed files with 29 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
<para>Note that this class is suggested to be part of the next
|
||||
Technical Report, which will extend the C++ Standard (see
|
||||
<ulink url="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
|
||||
<ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
|
||||
|
||||
<para>Class <code><classname>array</classname></code> fulfills most
|
||||
but not all of the requirements of "reversible containers" (see
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
class simply <code class="computeroutput"><a class="link" href="../boost/array.html" title="Class template array">array</a></code>.</p>
|
||||
<p>Note that this class is suggested to be part of the next
|
||||
Technical Report, which will extend the C++ Standard (see
|
||||
<a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm" target="_top">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</a>).</p>
|
||||
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm" target="_top">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</a>).</p>
|
||||
<p>Class <code class="computeroutput"><a class="link" href="../boost/array.html" title="Class template array">array</a></code> fulfills most
|
||||
but not all of the requirements of "reversible containers" (see
|
||||
Section 23.1, [lib.container.requirements] of the C++
|
||||
|
|
|
@ -1563,6 +1563,31 @@
|
|||
</mark-failure>
|
||||
</test>
|
||||
</library>
|
||||
|
||||
<!-- fiber -->
|
||||
<library name="fiber">
|
||||
<mark-unusable>
|
||||
<toolset name="cray-*"/>
|
||||
<toolset name="darwin-4.4"/>
|
||||
<toolset name="darwin-4.4*"/>
|
||||
<toolset name="gcc-4.4"/>
|
||||
<toolset name="gcc-4.4*"/>
|
||||
<toolset name="gcc-4.7*"/>
|
||||
<toolset name="gcc-4.7"/>
|
||||
<toolset name="gcc-m*ngw-4.4"/>
|
||||
<toolset name="gcc-m*ngw-4.4*"/>
|
||||
<toolset name="gcc-m*ngw-4.5"/>
|
||||
<toolset name="gcc-m*ngw-4.5*"/>
|
||||
<toolset name="gcc-m*ngw-4.6"/>
|
||||
<toolset name="gcc-m*ngw-4.6*"/>
|
||||
<toolset name="gcc-m*ngw-4.7"/>
|
||||
<toolset name="gcc-m*ngw-4.7*"/>
|
||||
<toolset name="msvc-7.*"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="pgi-*"/>
|
||||
<toolset name="vacpp-*"/>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
|
||||
<!-- filesystem -->
|
||||
|
@ -3194,6 +3219,8 @@ for more information.
|
|||
<toolset name="gcc-4.*"/>
|
||||
<toolset name="gcc-mngw-3.*"/>
|
||||
<toolset name="gcc-mngw-4.*"/>
|
||||
<toolset name="qcc-3.*"/>
|
||||
<toolset name="qcc-4.*"/>
|
||||
<toolset name="msvc-7.1"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-9.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue