Subject: [Boost-bugs] [Boost C++ Libraries] #7005: "Rootless" (doubly linked) lists
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-21 10:09:48
#7005: "Rootless" (doubly linked) lists
-------------------------------------+--------------------------------------
Reporter: psiha | Owner: igaztanaga
Type: Feature Requests | Status: new
Milestone: Boost 1.51.0 | Component: intrusive
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
Please add support for doubly linked lists that do not have a root node.
Rather such a container (a thin wrapper around the associated
*list_algorithms<> class) would simply hold a pointer to the beginning of
the list (or a null for an empty list).
This would eliminate the need to actually have an instance of a
container...rather *list_algorithms<>::static functions could be used
directly on any member of the list w/o "worrying" whether it is a pointer
to the root node or an actual contained object...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7005> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC