From 7637f6953a06796dfd27ea67701b4f5dfbd50adb Mon Sep 17 00:00:00 2001
From: khizmax <libcds.dev@gmail.com>
Date: Mon, 26 Dec 2016 20:15:16 +0300
Subject: [PATCH] docfix: minimum Clang version is 3.6

---
 cds/details/defs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 <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>
-- 
2.34.1