remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / intrusive / michael_list_rcu.h
index 69ab9ceefe27482211590774156d836f430ff322..11925a4dacf786f757e83fb1db1cee2a7c501be4 100644 (file)
@@ -75,7 +75,7 @@ namespace cds { namespace intrusive {
         typedef typename options::rcu_check_deadlock    rcu_check_deadlock ; ///< Deadlock checking policy
 
         typedef typename gc::scoped_lock    rcu_lock ;  ///< RCU scoped lock
-        static CDS_CONSTEXPR_CONST bool c_bExtractLockExternal = true; ///< Group of \p extract_xxx functions require external locking
+        static CDS_CONSTEXPR const bool c_bExtractLockExternal = true; ///< Group of \p extract_xxx functions require external locking
 
         //@cond
         // Rebind options (split-list support)