Quellcode durchsuchen

Add expected failure for hash_value with arrays on older versions of Visual C++.

[SVN r28343]
Daniel James vor 21 Jahren
Ursprung
Commit
2987530fc3
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      status/explicit-failures-markup.xml

+ 14 - 0
status/explicit-failures-markup.xml

@@ -519,6 +519,20 @@
         </mark-unusable>
         </mark-unusable>
     </library>
     </library>
 
 
+    <!-- functional/hash -->
+    <library name="functional/hash">
+        <mark-expected-failures>
+            <toolset name="msvc"/>
+            <toolset name="msvc-stlport"/>
+            <toolset name="vc7"/>
+            <note author="Daniel James">
+              hash_value is not overloaded for arrays for older versions
+              of Visual C++. There is a work around so that
+              boost::hash&lt;T[N]&gt; is still supported.
+            </note>
+        </mark-expected-failures>
+    </library>
+
     <!-- graph -->
     <!-- graph -->
     <library name="graph">
     <library name="graph">
         <mark-unusable>
         <mark-unusable>

粤ICP备19079148号