remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / michael_list_rcu.h
index 40010e87ae134da32dc605971ab194a225dcd94b..fef238fb27c14c8912b73a1d7324afae6929d1b8 100644 (file)
@@ -121,7 +121,7 @@ namespace cds { namespace container {
         typedef typename base_class::rcu_check_deadlock rcu_check_deadlock ; ///< RCU deadlock checking policy
 
         typedef typename gc::scoped_lock    rcu_lock ;  ///< RCU scoped lock
-        static CDS_CONSTEXPR_CONST bool c_bExtractLockExternal = base_class::c_bExtractLockExternal; ///< Group of \p extract_xxx functions require external locking
+        static CDS_CONSTEXPR const bool c_bExtractLockExternal = base_class::c_bExtractLockExternal; ///< Group of \p extract_xxx functions require external locking
 
     protected:
         //@cond