added SlipListMap<gc:nogc> to map tests
[libcds.git] / cds / gc / hrc_decl.h
index bd33362bcf39c9b14b8ef8098fc5ebfc0317f144..ecf5e9159ae52effb5f37002e4827d0a27d8c9ee 100644 (file)
@@ -145,13 +145,7 @@ namespace cds { namespace gc {
             //@endcond
         public:
             //@cond
-#   ifdef CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT
             atomic_ref() = default;
-#   else
-            atomic_ref() CDS_NOEXCEPT
-                : base_class()
-            {}
-#   endif
             explicit CDS_CONSTEXPR atomic_ref(T * p) CDS_NOEXCEPT
                 : base_class( p )
             {}