[draft] implemented container::MultiLevelHashSet
[libcds.git] / cds / container / ellen_bintree_set_rcu.h
index eaa413552bb91ad05b92f1c100e1b5e4d38c25f0..ecf292b2da0b2f7e6b987ba4072e24bf50def86d 100644 (file)
@@ -133,6 +133,10 @@ namespace cds { namespace container {
 
         static CDS_CONSTEXPR const bool c_bExtractLockExternal = base_class::c_bExtractLockExternal; ///< Group of \p extract_xxx functions do not require external locking
 
+        //@cond
+        typedef cds::container::ellen_bintree::implementation_tag implementation_tag;
+        //@endcond
+
     protected:
         //@cond
         typedef typename maker::cxx_leaf_node_allocator cxx_leaf_node_allocator;