remove CDS_CONSTEXPR_CONST macro
[libcds.git] / cds / compiler / clang / defs.h
index 484734469782f97f923f0da8004b04f81194f349..0fae9c7aea3ab741e801deac095cac3d3b0d4fae 100644 (file)
@@ -34,7 +34,6 @@
 #define CDS_CXX11_INLINE_NAMESPACE_SUPPORT
 
 #define CDS_CONSTEXPR    constexpr
-#define CDS_CONSTEXPR_CONST constexpr const
 
 #define CDS_NOEXCEPT_SUPPORT        noexcept
 #define CDS_NOEXCEPT_SUPPORT_(expr) noexcept(expr)