From ba1894bfde9c5ec981e39c8892c8e8a7e6eab376 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 18 Mar 2015 08:39:42 -0700 Subject: [PATCH] Manually apply pull request #10 (since it was against master) --- include/boost/algorithm/string/find_iterator.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/find_iterator.hpp b/include/boost/algorithm/string/find_iterator.hpp index 5834407..5a52d92 100644 --- a/include/boost/algorithm/string/find_iterator.hpp +++ b/include/boost/algorithm/string/find_iterator.hpp @@ -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