Improving gc:HP and gc::DHP guards
[libcds.git] / cds / gc / impl / dhp_decl.h
index e07b196c3c62b3121dee47849a2af76cb25e7951..1cfb3f4891c617eb1a59d6f1fec2e125fc8cddb0 100644 (file)
@@ -120,7 +120,8 @@ namespace cds { namespace gc {
 
         public:
             // Default ctor
-            Guard();   // inline in dhp_impl.h
+            Guard()
+            {}
 
             //@cond
             Guard( Guard const& ) = delete;
@@ -259,7 +260,8 @@ namespace cds { namespace gc {
 
         public:
             // Default ctor
-            GuardArray();   // inline in dhp_impl.h
+            GuardArray()
+            {}
 
             //@cond
             GuardArray( GuardArray const& ) = delete;