Intel ICC sadly does not meet the 'full C++11 support' claim:
/usr/include/c++/4.8.2/tuple(1075): error: "pair" is not a nonstatic data
member or base class of class "std::pair<T, Base>"
<p>This release addsa dependency on C++11 support in any cmpiler used to build Squid.
As a result older C++03 -only and most C++0x compilers will no longer build successfully.
- GCC 4.9+, Clang 3.5+ and ICC 12.0+ are known to have working C++11 support and are usable.
+ GCC 4.9+ and Clang 3.5+ are known to have working C++11 support and are usable.
GCC-4.8 will also build for now despite lack of full C++11 support, but some future features may not be available.
<sect1>Changes since earlier releases of Squid-4