Boost C++ Libraries: Ticket #10775: Add a boost::priority_queue class conforming to C++11 https://svn.boost.org/trac10/ticket/10775 <p> Boost.Heap provides already a boost::heaps::priority_queue class. However it doesn't conforms to C++11. </p> <p> I suggest to add on in another namespace that conforms to C++11. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10775 Trac 1.4.3 timblechmann Sun, 09 Nov 2014 20:34:59 GMT <link>https://svn.boost.org/trac10/ticket/10775#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10775#comment:1</guid> <description> <p> hmm, in what way doesn't it confirm to c++11? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 10 Nov 2014 00:26:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10775#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10775#comment:2</guid> <description> <p> The template parameters? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>timblechmann</dc:creator> <pubDate>Mon, 10 Nov 2014 07:52:41 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10775#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10775#comment:3</guid> <description> <p> well, the idea of this class it not to re-implement a c++11-style priority-queue, but to provide a boost.heap-style interface for the stl heap functions. what you are looking for is a bit outside the scope of this library. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 10 Nov 2014 08:23:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10775#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10775#comment:4</guid> <description> <p> You have already the implementation, all you need is to add the wrapper. Is this too much? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>timblechmann</dc:creator> <pubDate>Mon, 10 Nov 2014 08:29:46 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10775#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10775#comment:5</guid> <description> <p> it is not really a question of work, but it is more about consistency. </p> <ul><li>priority_queue is already a wrapper for stl's heap functions. </li><li>going back from keyword arguments to positional arguments, how do you suggest to wrap boost::heap::stable&lt;&gt;? </li></ul> </description> <category>Ticket</category> </item> </channel> </rss>