remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / compiler / icl / defs.h
index ebfd417ca43ed1c45aeb9e73fa75ecacf8676774..8b1b50ab76e30158d2ed96e908a4118184f3a934 100644 (file)
@@ -79,7 +79,6 @@
 #endif
 
 #define CDS_CONSTEXPR    constexpr
-#define CDS_CONSTEXPR_CONST constexpr const
 
 #define CDS_NOEXCEPT_SUPPORT        noexcept
 #define CDS_NOEXCEPT_SUPPORT_(expr) noexcept(expr)