Browse Source

Marked (temporarily) win64 toolsets unusable for Interprocess

[SVN r40285]
Ion Gaztañaga 18 years ago
parent
commit
004149694d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      status/explicit-failures-markup.xml

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

@@ -1616,7 +1616,10 @@
             <toolset name="gcc-3.3*"/>
             <toolset name="mipspro"/>
             <toolset name="acc"/> 
-            <toolset name="hp_cxx*"/> 
+            <toolset name="hp_cxx*"/>
+            <toolset name="msvc-8.0_64"/>
+            <toolset name="msvc-8.0_x86_64"/>
+            <toolset name="intel-vc8-win-10.0_x86_64"/>
             <note author="Ion Gazta&#241;aga">
                 The compiler does not support features that are essential for the library.
             </note>

粤ICP备19079148号