remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / lazy_list_rcu.h
index a3ff3e550d619593fa8339b9248b437e67dc6b44..6b2ac2f20fee9c220a895ff3a439ee426e3ab4ad 100644 (file)
@@ -130,7 +130,7 @@ namespace cds { namespace container {
         typedef typename base_class::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 = 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