remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / michael_set_rcu.h
index 279081b38a9929186ccac112128e9d9a71dfd512..8f9446d10eb53257df13b7d37b62c39471ee6f17 100644 (file)
@@ -129,7 +129,7 @@ namespace cds { namespace container {
         typedef typename bucket_type::rcu_lock      rcu_lock   ; ///< RCU scoped lock
         typedef typename bucket_type::exempt_ptr    exempt_ptr ; ///< pointer to extracted node
         /// Group of \p extract_xxx functions require external locking if underlying ordered list requires that
-        static CDS_CONSTEXPR_CONST bool c_bExtractLockExternal = bucket_type::c_bExtractLockExternal;
+        static CDS_CONSTEXPR const bool c_bExtractLockExternal = bucket_type::c_bExtractLockExternal;
 
     protected:
         item_counter    m_ItemCounter   ;   ///< Item counter