Removed TsigasCycleQueue (undecidable ABA problem)
[libcds.git] / cds / details / bounded_container.h
index 390be48e0e173e5d3d0672cd8a99c41ae83611e3..755d4b06abcfed7323a67dc96ecbcafb73120a3a 100644 (file)
@@ -35,7 +35,7 @@ namespace cds {
     /// Bounded container
     /**
         If a container has upper limit of item then it should be based on bounded_container class.
-        Example of those containers: cyclic queue (cds::container::TsigasCycleQueue)
+        Example of those containers: cyclic queue (\p cds::container::VyukovMPMCCycleQueue)
     */
     struct bounded_container {};
 }    // namespace cds