mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
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