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:
parent
6619e96c70
commit
f2d43953d7
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user