Remove std::ref and boost::ref from docs
[libcds.git] / cds / intrusive / vyukov_mpmc_cycle_queue.h
index 3b4ccdd012d627d8f4cb1045b7fcf222ccef8f4c..9bf03c8bf2476b4905dece2e6c03fb230577ad65 100644 (file)
@@ -181,7 +181,6 @@ namespace cds { namespace intrusive {
                 void operator ()( T * val );
             };
             \endcode
-            You can pass \p disposer by reference using \p std::ref.
             The disposer will be called immediately for each item.
         */
         template <typename Disposer>