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
This commit is contained in:
Martin Reinecke 2001-04-14 09:46:13 +00:00 committed by Gabriel Dos Reis
parent 6619e96c70
commit f2d43953d7
2 changed files with 6 additions and 1 deletions

View 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

View 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;
};