[cfe-dev] clang-tidy Negative Lookahead Support

Csaba Raduly via cfe-dev cfe-dev at lists.llvm.org
Sat Nov 21 05:42:48 PST 2015


On Fri, Nov 20, 2015 at 10:06 PM, Daniel Dilts via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I asked about something similar to this a couple of months ago.  I believe
> that the response was that one of the supported compilers did not currently
> have std::regex.

GCC has working std::regex only from 4.9 onwards (i.e. std::regex in
the libstdc++ shipped with 4.8 is incomplete).

I don't know about MSVC's std::regex support, but apparently Visual
Studio 2012 supports it.

Csaba

-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds



More information about the cfe-dev mailing list