[SVN r24678]
This commit is contained in:
Pavol Droba
2004-08-23 18:52:36 +00:00
parent 792b4eae88
commit 6fb58192d7

View File

@ -125,7 +125,7 @@ namespace boost {
ForwardIteratorT SegmentEnd ) ForwardIteratorT SegmentEnd )
{ {
if(InsertIt!=SegmentEnd) if(InsertIt!=SegmentBegin)
{ {
// Call replace to do the job // Call replace to do the job
replace( Input, InsertIt, SegmentBegin, Storage ); replace( Input, InsertIt, SegmentBegin, Storage );