diff options
Diffstat (limited to 'boost/regex/v4/regex_format.hpp')
-rw-r--r-- | boost/regex/v4/regex_format.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/regex/v4/regex_format.hpp b/boost/regex/v4/regex_format.hpp index 80c654e40..a34c40ad2 100644 --- a/boost/regex/v4/regex_format.hpp +++ b/boost/regex/v4/regex_format.hpp @@ -96,7 +96,7 @@ class basic_regex_formatter public: typedef typename traits::char_type char_type; basic_regex_formatter(OutputIterator o, const Results& r, const traits& t) - : m_traits(t), m_results(r), m_out(o), m_state(output_copy), m_restore_state(output_copy), m_have_conditional(false) {} + : m_traits(t), m_results(r), m_out(o), m_position(), m_end(), m_flags(), m_state(output_copy), m_restore_state(output_copy), m_have_conditional(false) {} OutputIterator format(ForwardIter p1, ForwardIter p2, match_flag_type f); OutputIterator format(ForwardIter p1, match_flag_type f) { |