forked from boostorg/intrusive
Changes introduced by the new intrusive version.
[SVN r39547]
This commit is contained in:
@@ -52,6 +52,7 @@ class circular_list_algorithms
|
||||
public:
|
||||
typedef typename NodeTraits::node_ptr node_ptr;
|
||||
typedef typename NodeTraits::const_node_ptr const_node_ptr;
|
||||
typedef NodeTraits node_traits;
|
||||
|
||||
//! <b>Effects</b>: Constructs an empty list, making this_node the only
|
||||
//! node of the circular list:
|
||||
|
Reference in New Issue
Block a user