Subject: Re: [Boost-users] [regex] BOOST_REGEX_MATCH_EXTRA not working?
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-10-28 05:04:43


> I'm using MSVC10 express. Am I doing something wrong?

Did you compile the regex library with BOOST_REGEX_MATCH_EXTRA set? If not
the library is binary incompatible with your code.

HTH, John.