1
0
Эх сурвалжийг харах

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

[SVN r28343]
Daniel James 21 жил өмнө
parent
commit
2987530fc3

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

@@ -519,6 +519,20 @@
         </mark-unusable>
     </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 -->
     <library name="graph">
         <mark-unusable>

粤ICP备19079148号