I&#39;m using VC2010, which provides an implementation of std::regex/std::tr1::regex and boost gladly uses this implementation rather than it&#39;s own. I&#39;d like to turn this off, so that I get the boost version when including:<br>
<br>#include &lt;boost/regex.hpp&gt;<br><br>Thanks in advance.<br>