11-Mar-2013 13:30, FG пишет:
On 2013-03-11 06:22, H. S. Teoh wrote:
   And now it's 2013 and g++ is still defaulting to the *old* C++?!

I don't mind having to add -std=c++11 as much as dealing with its
incomplete implementation. Still have to use the pcre library for
regular expressions.
http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.200x
Waiting gets me nervous, so in the mean time I'll rather write more D.


I'd strongly suggest using Boost regex library. C++11 regex is modeled after it anyway. And unless some miracle happened during the last year PCRE is still one of the slowest (of those I benched). Boost is very fast with most of _common_ patterns and generally quite nice.



--
Dmitry Olshansky

Reply via email to