docfix: minimum Clang version is 3.6
authorkhizmax <libcds.dev@gmail.com>
Mon, 26 Dec 2016 17:15:16 +0000 (20:15 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 26 Dec 2016 17:15:16 +0000 (20:15 +0300)
cds/details/defs.h

index 0cfdd147e78cebc6fb9fc019a1e17c6b2b3e20bb..2d469d17fe3d9ae66632843df78caca801e06f90 100644 (file)
@@ -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
 
    \par *NIX build
 
    For Unix-like systems GCC and Clang compilers are supported.
-   Use GCC 4.8+ compiler or Clang 3.3+ to build <b>cds</b> library with CMake.
+   Use GCC 4.8+ compiler or Clang 3.6+ to build <b>cds</b> library with CMake.
    See accompanying file <tt>/build/cmake/readme.md</tt> for more info.
 
    @note Important for GCC compiler: all your projects that use \p libcds must be compiled with <b>-fno-strict-aliasing</b>