Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / container / details / split_list_base.h
index 38281da792a67b1ef03df5bde94c0f4e2757c9d3..3e7d62f760cf5123ed7bbf5051b130e8b9764a88 100644 (file)
@@ -14,6 +14,8 @@ namespace cds { namespace container {
     /** @ingroup cds_nonintrusive_helper
     */
     namespace split_list {
+        using cds::intrusive::split_list::implementation_tag;
+
         /// Internal statistics, see \p cds::intrusive::split_list::stat
         template <typename Counter = cds::intrusive::split_list::stat<>::counter_type >
         using stat = cds::intrusive::split_list::stat<Counter>;