]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: release notes update for C++11 compilers
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 Aug 2015 13:53:33 +0000 (06:53 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 Aug 2015 13:53:33 +0000 (06:53 -0700)
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>"

doc/release-notes/release-4.sgml

index d4c80760af701cf09bc6e6b33300f96b7280ede0..fe3bc32d078468f14a6a08144017f6b04ac1d454 100644 (file)
@@ -28,7 +28,7 @@ This new release is available for download from <url url="http://www.squid-cache
 
 <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