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

Marked up VC6/7 as unusable with TR1.

[SVN r34412]
John Maddock 20 лет назад
Родитель
Сommit
a7c4a9d9f1
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      status/explicit-failures-markup.xml

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

@@ -3929,10 +3929,13 @@ for more information.
     <library name="tr1">
     <library name="tr1">
         <mark-unusable>
         <mark-unusable>
             <toolset name="msvc"/>
             <toolset name="msvc"/>
+            <toolset name="vc-7.0"/>
+            <toolset name="msvc-7.0"/>
+            <toolset name="msvc-6*"/>
             <toolset name="VC6*"/>
             <toolset name="VC6*"/>
             <toolset name="vc-6*"/>
             <toolset name="vc-6*"/>
             <note author="John Maddock">
             <note author="John Maddock">
-                VC6 has a buggy using declaration syntax which
+                VC6/7 has a buggy using declaration syntax which
                 basically makes it impossible to implement the 
                 basically makes it impossible to implement the 
                 namespace forwarding that this library relies upon.
                 namespace forwarding that this library relies upon.
                 See KB article 263630 here: http://support.microsoft.com/default.aspx?scid=kb;en-us;263630
                 See KB article 263630 here: http://support.microsoft.com/default.aspx?scid=kb;en-us;263630

粤ICP备19079148号