Added move semantics push(), doc fixed
[libcds.git] / cds / algo / atomic.h
index c2306e860d3d6fbbfcc6bf73ebaa990274d1b4b4..a30737aa1a3758fddc5b944ae78d9d638d36fd66 100644 (file)
@@ -189,12 +189,11 @@ namespace cds {
             {
                 m_counter.store( 0, atomics::memory_order_release );
             }
-
         };
 
         /// Atomic item counter
         /**
-            This class is simplified interface around <tt>std::atomic_size_t</tt>.
+            This class is simplified interface around \p std::atomic_size_t.
             The class supports getting of current value of the counter and increment/decrement its value.
         */
         class item_counter