forked from boostorg/algorithm
Fix fix
[SVN r24678]
This commit is contained in:
@ -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 );
|
||||||
|
Reference in New Issue
Block a user