Hi all,
Has anyone had troubles with using wregex? regex works fine for me. Here is
the stack dump.
001B:78144D3A MSVCR80.dll, memcpy()+90 byte(s)
001B:7817FEF5 MSVCR80.dll, memcpy_s()+72 byte(s)
001B:7C421201 MSVCP80.dll, std::char_traits<char>::_Copy_s()+21 byte(s)
001B:7C4237EF MSVCP80.dll,
std::basic_string ::append()+145 byte(s) 001B:7C434713 MSVCP80.dll,
??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z()+45
byte(s)
001B:01EDF959 test.exe,
boost::re_detail::w32_regex_traits_char_layer ::do_get()+838 byte(s),
h:\backup\boost_1_33_1\boost\regex\pending\object_cache.hpp, line 118+46
byte(s) 001B:01EC3D6F test.exe, boost::object_cache ::regex_traits 001B:01EBF70F test.exe,
boost::regex_traits_wrapper ::regex_traits_wrapper ()+15 byte(s), h:\backup\boost_1_33_1\boost\regex\v4\regex_traits.hpp, line 162+15 byte(s)
001B:01EBF44A test.exe,
boost::re_detail::regex_data ::regex_data ()+74 byte(s), h:\backup\boost_1_33_1\boost\regex\v4\basic_regex.hpp, line 54+74 byte(s)
001B:01EBE8BF test.exe,
boost::re_detail::basic_regex_implementation ::basic_regex_implementation ()+15 byte(s), h:\backup\boost_1_33_1\boost\regex\v4\basic_regex.hpp, line 85+15 byte(s)
001B:01EB29E5 test.exe,
boost::basic_regex ::do_assign()+101 byte(s),
h:\backup\boost_1_33_1\boost\regex\v4\basic_regex.hpp, line 517+34 byte(s) 001B:0152E48B test.exe,
boost::basic_regex ::assign()+27 byte(s),
d:\usr\local\include\boost\regex\v4\basic_regex.hpp, line 255 001B:0152E2EA test.exe,
boost::basic_regex ::assign()+42 byte(s),
d:\usr\local\include\boost\regex\v4\basic_regex.hpp, line 240 Using boost 1_33_1
Thanks in advance.
Alan