mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-05 08:46:34 +02:00
Manually apply pull request #10 (since it was against master)
This commit is contained in:
@ -230,7 +230,12 @@ namespace boost {
|
|||||||
|
|
||||||
\post eof()==true
|
\post eof()==true
|
||||||
*/
|
*/
|
||||||
split_iterator() { m_bEof = true; }
|
split_iterator() :
|
||||||
|
m_Next(),
|
||||||
|
m_End(),
|
||||||
|
m_bEof(true)
|
||||||
|
{}
|
||||||
|
|
||||||
//! Copy constructor
|
//! Copy constructor
|
||||||
/*!
|
/*!
|
||||||
Construct a copy of the split_iterator
|
Construct a copy of the split_iterator
|
||||||
|
Reference in New Issue
Block a user