forked from boostorg/algorithm
Fix fix
[SVN r24678]
This commit is contained in:
@ -125,7 +125,7 @@ namespace boost {
|
||||
ForwardIteratorT SegmentEnd )
|
||||
|
||||
{
|
||||
if(InsertIt!=SegmentEnd)
|
||||
if(InsertIt!=SegmentBegin)
|
||||
{
|
||||
// Call replace to do the job
|
||||
replace( Input, InsertIt, SegmentBegin, Storage );
|
||||
|
Reference in New Issue
Block a user