diff --git a/include/boost/regex.hpp b/include/boost/regex.hpp index bb3e1805..6b9f0c8e 100644 --- a/include/boost/regex.hpp +++ b/include/boost/regex.hpp @@ -656,12 +656,12 @@ private: unsigned marks; int repeats; unsigned char* startmap; - charT* _expression; unsigned _expression_len; unsigned int _leading_len; const charT* _leading_string; unsigned int _leading_string_len; re_detail::kmp_info* pkmp; + charT* _expression; traits_type traits_inst; unsigned error_code_;