Boost C++ Libraries: Ticket #7393: documentation suggests to store handle in node, why? https://svn.boost.org/trac10/ticket/7393 <p> The documentation of the mutability concept includes a section that describes how to store handles into values in the heap. </p> <p> "Note that handles can be stored inside the value_type (nodes): " </p> <p> <a href="http://www.boost.org/doc/libs/1_51_0/doc/html/heap/concepts.html#heap.concepts.mutability">http://www.boost.org/doc/libs/1_51_0/doc/html/heap/concepts.html#heap.concepts.mutability</a> </p> <p> I don't understand the point of this note. Handles are used to access nodes. If you store your handles inside nodes and not somewhere else, how can you possibly access nodes. If you do store your handles somewhere else, why would you also store them in the nodes? </p> <p> I got confused trying to make use of this tip in my own code. Perhaps it is possible to add some motivation for this note, or just remove it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7393 Trac 1.4.3