remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / intrusive / split_list_rcu.h
index 1faf970e6e51756ecc2a4a224dc5cab6985a77e3..83e613ada9dd617dd20b330098a4ed8b0b4883e7 100644 (file)
@@ -85,7 +85,7 @@ namespace cds { namespace intrusive {
         typedef typename ordered_list::rcu_lock         rcu_lock        ;   ///< RCU scoped lock
         typedef typename ordered_list::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 = ordered_list::c_bExtractLockExternal;
+        static CDS_CONSTEXPR const bool c_bExtractLockExternal = ordered_list::c_bExtractLockExternal;
 
         typedef typename options::item_counter          item_counter    ;   ///< Item counter type
         typedef typename options::back_off              back_off        ;   ///< back-off strategy for spinning