Closed GoogleCodeExporter closed 9 years ago
Thanks. RE2 definitely does not require C++11, and in fact it avoids many
C++11 features. It's not like there are only C++03 and C++11 compilers.
There are plenty of compilers that have long long but aren't C++11. Clang
is a whiny know-it-all.
It's been a very long time since I encountered a compiler without 'long
long'.
changeset: 101:a8a53b20607f
tag: tip
user: Russ Cox <rsc@swtch.com>
date: Fri Jun 21 15:52:49 2013 -0400
summary: re2: fix c++11 clang nonsense
Russ
Original comment by rsc@golang.org
on 21 Jun 2013 at 7:53
Original issue reported on code.google.com by
pet...@saberuk.com
on 11 Jun 2013 at 11:28Attachments: