remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / lazy_kvlist_rcu.h
index 58dd6cc19f5a8e7201e87c51d440b2e083baccf3..f1b9afe8b0ec1409fff13e4ccc9b9dc8823d9acf 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