From: khizmax Date: Fri, 29 Jul 2016 08:41:30 +0000 (+0300) Subject: Changed default buffer type X-Git-Tag: v2.2.0~172 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=72dbd2e12b43e6e49c70d205eb07e9aaf10d2554 Changed default buffer type --- diff --git a/cds/intrusive/mspriority_queue.h b/cds/intrusive/mspriority_queue.h index e3d211ef..6c782728 100644 --- a/cds/intrusive/mspriority_queue.h +++ b/cds/intrusive/mspriority_queue.h @@ -103,7 +103,7 @@ namespace cds { namespace intrusive { the \p buffer::rebind member metafunction is called to change type of values stored in the buffer. */ - typedef opt::v::initialized_dynamic_buffer buffer; + typedef opt::v::initialized_dynamic_buffer buffer; /// Priority compare functor /** @@ -240,7 +240,7 @@ namespace cds { namespace intrusive { //@endcond public: - typedef typename traits::buffer::template rebind::other buffer_type ; ///< Heap array buffer type + typedef typename traits::buffer::template rebind::other buffer_type ; ///< Heap array buffer type //@cond typedef cds::bitop::bit_reverse_counter<> item_counter_type;