remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / fcstack.h
index fac698ec7fdeccbad04416be3735a90f15ef8b2d..f358968a7295e656ae3eb886f3d70580bef42254 100644 (file)
@@ -108,7 +108,7 @@ namespace cds { namespace container {
         typedef Traits      traits;         ///< Stack 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