mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
A better message
[SVN r61895]
This commit is contained in:
parent
ba6d03970d
commit
6c370611a7
1 changed files with 6 additions and 6 deletions
|
@ -5779,18 +5779,18 @@ These tests will fail in most compilers that don't support rvalue references.
|
|||
<test name="fail_base_dimension"/>
|
||||
<toolset name="vacpp"/>
|
||||
<note author="Steven Watanabe">
|
||||
The library depends on undefined behavior to generate
|
||||
better errors. This failure should not affect most
|
||||
users of the library.
|
||||
The library depends on a widespread compiler bug to
|
||||
produce better error messages. This failure is not
|
||||
serious and should not affect most users of the library.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="fail_base_dimension"/>
|
||||
<toolset name="clang-darwin"/>
|
||||
<note author="Steven Watanabe">
|
||||
The library depends on undefined behavior to generate
|
||||
better errors. This failure should not affect most
|
||||
users of the library.
|
||||
The library depends on a widespread compiler bug to
|
||||
produce better error messages. This failure is not
|
||||
serious and should not affect most users of the library.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
|
Loading…
Add table
Reference in a new issue