mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
parent
0907856b9f
commit
c27574e376
2 changed files with 15 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 11dc423e18ea5c06520b5317e13adfa5ad36e645
|
||||
Subproject commit 109f21af2e3c917c038711a320e7359d32253fda
|
|
@ -1678,6 +1678,16 @@
|
|||
ADL which these compilers do not support.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="noncopyable_rvalue_const"/>
|
||||
<test name="noncopyable_rvalue_const_r"/>
|
||||
<test name="noncopyable_rvalue_nonconst"/>
|
||||
<test name="noncopyable_rvalue_nonconst_r"/>
|
||||
<toolset name="*"/>
|
||||
<note refid="50" author="Eric Niebler"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
</library>
|
||||
|
||||
<!-- format -->
|
||||
|
@ -6617,5 +6627,9 @@ These tests will fail in most compilers that don't support rvalue references.
|
|||
This test fails because MinGW apparently does not always catch exceptions properly.
|
||||
</note>
|
||||
|
||||
<note id="50">
|
||||
This test requires C++0x support.
|
||||
</note>
|
||||
|
||||
</explicit-failures-markup>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue