remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / container / optimistic_queue.h
index cf1b0d63d7fa014288df66c2817443c6b8b72763..f3025c42f6e8412e53e8de003584c6234416331d 100644 (file)
@@ -191,7 +191,7 @@ namespace cds { namespace container {
         typedef typename base_class::stat               stat;           ///< Internal statistics policy used
         typedef typename base_class::memory_model       memory_model;   ///< Memory ordering. See \p cds::opt::memory_model option
 
-        static CDS_CONSTEXPR_CONST size_t c_nHazardPtrCount = base_class::c_nHazardPtrCount; ///< Count of hazard pointer required for the algorithm
+        static CDS_CONSTEXPR const size_t c_nHazardPtrCount = base_class::c_nHazardPtrCount; ///< Count of hazard pointer required for the algorithm
 
     protected:
         //@cond