remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / fcdeque.h
index b84839809fe322103b6d235c8d5e75b591d967e6..7b4fd422914409066461428f69ebd9d189cce394 100644 (file)
@@ -121,7 +121,7 @@ namespace cds { namespace container {
         typedef Traits      traits;         ///< Deque type traits
 
         typedef typename traits::stat  stat;   ///< Internal statistics type
-        static CDS_CONSTEXPR_CONST bool c_bEliminationEnabled = traits::enable_elimination; ///< \p true if elimination is enabled
+        static CDS_CONSTEXPR const bool c_bEliminationEnabled = traits::enable_elimination; ///< \p true if elimination is enabled
 
     protected:
         //@cond