X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fcontainer%2Ftreiber_stack.h;h=d79e1f5beb162e437b8ad62532bdd09d12a9063a;hp=cb6777a882b66a2fbf64c46423b2719aab968bcf;hb=ab7af122c1440e755bcab9192ad3394332c8eec1;hpb=3b61ad8e5c9e277ebca8335690b013b28e25a1de diff --git a/cds/container/treiber_stack.h b/cds/container/treiber_stack.h index cb6777a8..d79e1f5b 100644 --- a/cds/container/treiber_stack.h +++ b/cds/container/treiber_stack.h @@ -77,7 +77,6 @@ namespace cds { namespace container { /// Metafunction converting option list to \p TreiberStack traits /** - This is a wrapper for cds::opt::make_options< type_traits, Options...> Supported \p Options are: - opt::allocator - allocator (like \p std::allocator) used for allocating stack nodes. Default is \ref CDS_DEFAULT_ALLOCATOR - opt::back_off - back-off strategy used. If the option is not specified, the \p cds::backoff::Default is used.