Browse Source

A better message

[SVN r61895]
Steven Watanabe 16 years ago
parent
commit
6c370611a7
1 changed files with 6 additions and 6 deletions
  1. 6 6
      status/explicit-failures-markup.xml

+ 6 - 6
status/explicit-failures-markup.xml

@@ -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>

粤ICP备19079148号