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

annotates on msvc 7.1 overload selection bug in function_types example


[SVN r41805]
Tobias Schwinger 18 лет назад
Родитель
Сommit
5bc83d0840
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      status/explicit-failures-markup.xml

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

@@ -1496,6 +1496,7 @@
             <toolset name="intel*"/>
             <toolset name="msvc-*_64"/>
             <toolset name="msvc-*wm*"/>
+            <toolset name="pathscale-*"/>
             <note author="Tobias Schwinger">
               Not all compilers/platforms implement nonstandard calling conventions.
               <hr/>
@@ -1513,10 +1514,18 @@
             <toolset name="intel*"/>
             <toolset name="msvc-*_64"/>
             <toolset name="msvc-*wm*"/>
+            <toolset name="pathscale-*"/>
             <note author="Tobias Schwinger">
               Not all compilers/platforms implement nonstandard calling conventions.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="interfaces_example"/>
+            <toolset name="msvc-7.1"/>
+            <note author="Tobias Schwinger">
+              Overload selection does not work in some assignment contexts with this compiler.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- functional/hash -->

粤ICP备19079148号