$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [regex] Using Boost.Regex rather than std::regex with VC++
From: Ahmed Charles (ahmedcharles_at_[hidden])
Date: 2009-10-31 16:02:20
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.