Precizing buffer type for MSPriorityQueue
[libcds.git] / cds / intrusive / mspriority_queue.h
index 2dda9d37883d976c90f877f035380de414bbe125..e3d211efa82212464db8689218cfa425f59deda4 100644 (file)
@@ -240,7 +240,7 @@ namespace cds { namespace intrusive {
         //@endcond
 
     public:
-        typedef typename traits::buffer::template rebind<node>::other   buffer_type ;   ///< Heap array buffer type
+        typedef typename traits::buffer::template rebind<node, typename traits::buffer::allocator, false>::other   buffer_type ;   ///< Heap array buffer type
 
         //@cond
         typedef cds::bitop::bit_reverse_counter<>           item_counter_type;