Browse Source

fixed XML validation problem

[SVN r34650]
Joaquín M. López Muñoz 20 years ago
parent
commit
3bc67e6048
1 changed files with 2 additions and 1 deletions
  1. 2 1
      status/explicit-failures-markup.xml

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

@@ -4953,7 +4953,7 @@ for more information.
         implementation of vector's swap: it can be easily
         reproduced with the following code snippet:
 
-            typedef std::vector<int> vector_type;
+            typedef std::vector&lt;int&gt; vector_type;
             typedef vector_type::reference reference_type;
 
             vector_type v1(4u, 1);
@@ -4974,3 +4974,4 @@ for more information.
 
 
 
+ 

粤ICP备19079148号