From 5749937f26e034cd2f4f91c062f55a54312d7af2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 11 Aug 2001 11:49:19 +0000 Subject: [PATCH] Fixed some WinXP problems [SVN r10841] --- include/boost/regex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_;