]> git.ipfire.org Git - thirdparty/squid.git/commit
C++11: compiler support is now mandatory
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 May 2015 13:59:49 +0000 (06:59 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 May 2015 13:59:49 +0000 (06:59 -0700)
commit07781e5ddd61a5ff3e6a4c90c3c605bc8e119e06
treef4e23f857b134c06e775c4333d63bd88b6efd4fd
parent56655ab7a6dd0d036040e69c3141355710d070bf
C++11: compiler support is now mandatory

We are now using too many C++11 features to go without proper support in
the compiler. Present ./configure time errors if support for -std=c++11
is missing.
configure.ac