remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / intrusive / ellen_bintree_rcu.h
index abb9fa7049fb97bdcd8735a3e622695ecd657eb9..328394beb6dd21b49e8ddd60ad22153a8d84fb34 100644 (file)
@@ -512,7 +512,7 @@ namespace cds { namespace intrusive {
 
         typedef typename gc::scoped_lock    rcu_lock;   ///< RCU scoped lock
 
-        static CDS_CONSTEXPR_CONST bool c_bExtractLockExternal = false; ///< Group of \p extract_xxx functions do not require external locking
+        static CDS_CONSTEXPR const bool c_bExtractLockExternal = false; ///< Group of \p extract_xxx functions do not require external locking
 
     protected:
         //@cond