Просмотр исходного кода

Merge unordered.

Warning fixes, support for incomplete types and tweak some test.


[SVN r57998]
Daniel James 16 лет назад
Родитель
Сommit
2164cb4339
2 измененных файлов с 2 добавлено и 28 удалено
  1. 1 1
      libs/unordered
  2. 1 27
      status/explicit-failures-markup.xml

+ 1 - 1
libs/unordered

@@ -1 +1 @@
-Subproject commit f709c16d708a9228f7b25988a7a6795d5b45bf2b
+Subproject commit 144d8963a37600ff7db7e94b3a0520aa8c3d4f20

+ 1 - 27
status/explicit-failures-markup.xml

@@ -5789,32 +5789,6 @@ These tests will fail in most compilers that don't support rvalue references.
 
     <!-- unordered -->
     <library name="unordered">
-      <mark-expected-failures>
-        <test name="move_tests"/>
-        <toolset name="msvc-6*"/>
-        <toolset name="msvc-7*"/>
-        <toolset name="msvc-8*"/>
-        <toolset name="msvc-9.0"/>
-        <toolset name="msvc-9.0express"/>
-        <toolset name="msvc-10.0"/>
-        <toolset name="intel-win-10.1"/>
-        <toolset name="borland-*"/>
-        <toolset name="sun-*"/>
-        <toolset name="hp_css-*"/>
-        <toolset name="intel-linux-8*"/>
-        <toolset name="intel-linux-9.0*"/>
-        <toolset name="acc-pa_risc"/>
-        <note author="Daniel James">
-            This tests whether the container is successfully moved under
-            different circumstances, and fails if it is copied. Typically if
-            this one fails, it just means that return value optimization was
-            not applied. It might be possible to change the test to make it for
-            the compiler to apply ADL (by not having non-const reference
-            parameters for the function which returns the container). So this
-            is an acceptable failure.
-        </note>
-      </mark-expected-failures>
-
       <mark-expected-failures>
         <test name="unnecessary_copy_tests"/>
         <toolset name="borland-*"/>
@@ -5830,7 +5804,7 @@ These tests will fail in most compilers that don't support rvalue references.
         <test name="compile_map"/>
         <test name="compile_set"/>
         <toolset name="gcc-open64"/>
-        <toolset name="pathscale-3.1"/>
+        <toolset name="pathscale-*"/>
         <note author="Daniel James">
             Concept checks don't seem to work on pathscale.
         </note>

粤ICP备19079148号