<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div><div class="h5">
> Do the supported compilers for building LLVM have sufficient support for the<br>
> C++11 regex library that this can be replaced with the standard library<br>
> implementation?<br>
<br>
</div></div><regex> was added to GCC's libstdc++ in 4.9, we currently support GCC<br>
starting from 4.7. I think all other supported compilers have <regex>.<br><br></blockquote><div>If I read things correctly from this page (<font size="2"><a href="https://gcc.gnu.org/releases.html">https://gcc.gnu.org/releases.html</a></font>) and this old post (<font size="2"><a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066847.html">http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066847.html</a>), it looks like we might be able to use the C++11 regex library for the 3.9 release.  Did I get that right?</font></div></div></div></div>