rename type_traits to traits in flat_combining namespace
[libcds.git] / cds / intrusive / fcstack.h
index 4a334d15c2e4c39f8a6102d83d3c9bcaedc305bb..b372a4d9d07f7f5d3d2a0ce0f4df376ddf59273c 100644 (file)
@@ -43,7 +43,7 @@ namespace cds { namespace intrusive {
         };
 
         /// FCStack type traits
-        struct traits: public cds::algo::flat_combining::type_traits
+        struct traits: public cds::algo::flat_combining::traits
         {
             typedef cds::intrusive::opt::v::empty_disposer  disposer ; ///< Disposer to erase removed elements. Used only in \p FCStack::clear() function
             typedef empty_stat      stat;   ///< Internal statistics