boost_concept_check.h (_Mutable_ContainerConcept): Properly uglify member.
authorMartin Reinecke <martin@MPA-Garching.MPG.DE>
Sat, 14 Apr 2001 09:46:13 +0000 (09:46 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sat, 14 Apr 2001 09:46:13 +0000 (09:46 +0000)
2001-04-14  Martin Reinecke <martin@MPA-Garching.MPG.DE>

      * include/bits/boost_concept_check.h(_Mutable_ContainerConcept):
      Properly uglify member.

From-SVN: r41354

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/boost_concept_check.h

index 0f1c2d7a1cd345a7b9f84af4a4810039ddda1d8f..f09995085bbef4dd7477c3fd8195903f89cc2eea 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-14  Martin Reinecke <martin@MPA-Garching.MPG.DE>
+
+       * include/bits/boost_concept_check.h(_Mutable_ContainerConcept):
+       Properly uglify member.
+
 2001-04-13  Phil Edwards  <pme@sources.redhat.com>
 
        * include/bits/stl_algobase.h (equal):  Use EqualOpConcept instead
index be6bc27245c1e7c91b7b4c384d0a15899314e7e7..18d580b7ee1016defb8ab0c44ec585218cfe866c 100644 (file)
@@ -565,7 +565,7 @@ struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
       __i = __c.end();
       __c.swap(__c2);
     }
-    _Iterator _i;
+    _Iterator __i;
     _Container __c, __c2;
   };