Changed algorithm of IterableList detecting
[libcds.git] / cds / intrusive / impl / iterable_list.h
index a3d6e1d0463efb528e1229e42fd5a270956d31a3..948ebc7379367e142aa39b4f8b01ec5fddc9f46a 100644 (file)
@@ -120,6 +120,9 @@ namespace cds { namespace intrusive {
 #endif
     >
     class IterableList
+#ifndef CDS_DOXYGEN_INVOKED
+        : public iterable_list_tag
+#endif
     {
     public:
         typedef T       value_type; ///< type of value stored in the list