From: khizmax Date: Mon, 26 Dec 2016 17:15:16 +0000 (+0300) Subject: docfix: minimum Clang version is 3.6 X-Git-Tag: v2.2.0~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7637f6953a06796dfd27ea67701b4f5dfbd50adb;p=libcds.git docfix: minimum Clang version is 3.6 --- diff --git a/cds/details/defs.h b/cds/details/defs.h index 0cfdd147..2d469d17 100644 --- a/cds/details/defs.h +++ b/cds/details/defs.h @@ -60,7 +60,7 @@ Supported compilers: - GCC 4.8+ - - Clang 3.3+ + - Clang 3.6+ - MS Visual C++ 2013 Update 4 and above - Intel C++ Compiler 15 @@ -194,7 +194,7 @@ \par *NIX build For Unix-like systems GCC and Clang compilers are supported. - Use GCC 4.8+ compiler or Clang 3.3+ to build cds library with CMake. + Use GCC 4.8+ compiler or Clang 3.6+ to build cds library with CMake. See accompanying file /build/cmake/readme.md for more info. @note Important for GCC compiler: all your projects that use \p libcds must be compiled with -fno-strict-aliasing