
17 Apr
2008
17 Apr
'08
9 a.m.
sevenjay wrote:
Dear all: if you #define BOOST_REGEX_MATCH_EXTRA, using char type will crash, but using string is well. Is that a bug? My environment is Windows XP, C++ Builder 2007. I show the example below:
Did you build the regex library with BOOST_REGEX_MATCH_EXTRA defined? The only way to make this work correctly is to add that define to boost/regex/user.hpp and then rebuild the regex library as well as your application. HTH, John.