Manually apply pull request #10 (since it was against master)

This commit is contained in:
Marshall Clow
2015-03-18 08:39:42 -07:00
parent 0693c80c98
commit ba1894bfde

View File

@ -230,7 +230,12 @@ namespace boost {
\post eof()==true
*/
split_iterator() { m_bEof = true; }
split_iterator() :
m_Next(),
m_End(),
m_bEof(true)
{}
//! Copy constructor
/*!
Construct a copy of the split_iterator