Commit f2d43953 by Martin Reinecke Committed by Gabriel Dos Reis

boost_concept_check.h (_Mutable_ContainerConcept): Properly uglify member.

2001-04-14  Martin Reinecke <martin@MPA-Garching.MPG.DE>

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

From-SVN: r41354
parent 6619e96c
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> 2001-04-13 Phil Edwards <pme@sources.redhat.com>
* include/bits/stl_algobase.h (equal): Use EqualOpConcept instead * include/bits/stl_algobase.h (equal): Use EqualOpConcept instead
......
...@@ -565,7 +565,7 @@ struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; ...@@ -565,7 +565,7 @@ struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
__i = __c.end(); __i = __c.end();
__c.swap(__c2); __c.swap(__c2);
} }
_Iterator _i; _Iterator __i;
_Container __c, __c2; _Container __c, __c2;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment