Boost logo

Boost Users :

Subject: Re: [Boost-users] [regex] Using Boost.Regex rather than std::regex with VC++
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2009-10-31 20:51:07


On Sat, Oct 31, 2009 at 2:02 PM, Ahmed Charles <ahmedcharles_at_[hidden]> wrote:
> I'm using VC2010, which provides an implementation of
> std::regex/std::tr1::regex and boost gladly uses this implementation rather
> than it's own. I'd like to turn this off, so that I get the boost version
> when including:
>
> #include <boost/regex.hpp>
>
> Thanks in advance.

This may not be an answer you want, I do not know the regex library,
but maybe Boost.Xpressive still uses the normal Boost-side code since
it uses regex, at the very least the static version does.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net