Improving gc:HP and gc::DHP guards
[libcds.git] / cds / gc / impl / hp_decl.h
index cd9b1c2b406352028432e1d3b179e66f936873bf..e5790d7b4f39819603de312466b904b7ed88cf80 100644 (file)
@@ -116,7 +116,8 @@ namespace cds { namespace gc {
 
         public:
             /// Default ctor
-            Guard();   // inline in hp_impl.h
+            Guard()
+            {}
 
             //@cond
             Guard( Guard const& ) = delete;
@@ -253,7 +254,8 @@ namespace cds { namespace gc {
 
         public:
             /// Default ctor
-            GuardArray();  // inline in hp_impl.h
+            GuardArray()
+            {}
 
             //@cond
             GuardArray( GuardArray const& ) = delete;