Procházet zdrojové kódy

Notes for Python and Iterator libs

[SVN r21137]
Dave Abrahams před 22 roky
rodič
revize
ddfb11e87a
2 změnil soubory, kde provedl 20 přidání a 2 odebrání
  1. 6 1
      status/notes.html
  2. 14 1
      status/win32-notes-map.txt

+ 6 - 1
status/notes.html

@@ -41,10 +41,15 @@ compiler supplier (or is already known to them).</p>
 <h3>Note <a name="15">15</a></h3>
 <p>The failure is caused by a platform API bug, which has been reported to 
 the platform API supplier (or is already known to them).</p>
+<h3>Note <a name="16">16</a></h3>
+<p>The failure is not serious and will not affect most users.  The
+library degrades gracefully.</p>
+<h3>Note <a name="17">17</a></h3>
+<p>This compiler's bugs are not supported by the library.</p>
 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="1200">
   <tr><td width="100%" height="1200">&nbsp;</td></tr>
 </table>
 
 </body>
 
-</html>
+</html>

+ 14 - 1
status/win32-notes-map.txt

@@ -17,6 +17,11 @@
 //  is preceded by a minus sign, the note superscript will appear regardless
 //  of success or failure of the test.
 
+// All
+
+*/iterator/interoperable_fail,16
+*/iterator/is_convertible_fail,16
+
 // Borland
 
 borland/array/array3,3
@@ -30,6 +35,10 @@ borland/function/mem_fun_cxx98,3
 borland/function/std_bind_cxx98,3
 borland/function/sum_avg_cxx98,3
 borland/signals/signal_test,3
+borland/iterator/interoperable_fail,2
+borland/iterator/is_convertible_fail,2
+borland/python/*,2
+borland/python/*,17
 
 // GCC
 
@@ -79,6 +88,8 @@ msvc/function/lib_function_test,3
 msvc/function/lambda_test,3
 msvc/function/std_bind_portable,5
 msvc/signals/signal_test,3
+msvc/iterator/interoperable_fail,2
+msvc/iterator/is_convertible_fail,2
 
 // VC++ 7.0
 
@@ -95,4 +106,6 @@ vc7/function/std_bind_cxx98,3
 vc7/function/sum_avg_cxx98,3
 vc7/function/lib_function_test,3
 vc7/function/lambda_test,3
-vc7/signals/signal_test,3
+vc7/signals/signal_test,3
+vc7/iterator/interoperable_fail,2
+vc7/iterator/is_convertible_fail,2

粤ICP备19079148号