From 72dbd2e12b43e6e49c70d205eb07e9aaf10d2554 Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 29 Jul 2016 11:41:30 +0300 Subject: [PATCH] Changed default buffer type --- cds/intrusive/mspriority_queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1