From: khizmax <khizmax@gmail.com>
Date: Thu, 25 Sep 2014 08:19:40 +0000 (+0400)
Subject: Fix typo in clang version for boost.atomic patch
X-Git-Tag: v2.0.0~290
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c68c5589b98c502c30d3824dd684561da5eb53c6;p=libcds.git

Fix typo in clang version for boost.atomic patch
---

diff --git a/cds/compiler/clang/defs.h b/cds/compiler/clang/defs.h
index f2b3a046..f6d769ce 100644
--- a/cds/compiler/clang/defs.h
+++ b/cds/compiler/clang/defs.h
@@ -22,7 +22,7 @@
 
 #include <cds/compiler/gcc/compiler_macro.h>
 
-#if CDS_COMPILER_VERSION >= 30400 && CDS_COMPILER_VERSION < 30500 && CDS_PROCESSOR_ARCH == CDS_PROCESSOR_AMD64
+#if CDS_COMPILER_VERSION >= 30400 && CDS_COMPILER_VERSION < 30600 && CDS_PROCESSOR_ARCH == CDS_PROCESSOR_AMD64
     // Error compiling 64bit boost.atomic on clang 3.4 - 3.5
     // see https://svn.boost.org/trac/boost/ticket/9610
 #   define BOOST_HAS_INT128 1