forked from boostorg/intrusive
Merged Interprocess + Intrusive revision 42982 from trunk to release branch
[SVN r42994]
This commit is contained in:
@@ -38,7 +38,7 @@ int main()
|
||||
|
||||
//Create an empty doubly linked list container:
|
||||
//"one" will be the first node of the container
|
||||
algo::init(&one);
|
||||
algo::init_header(&one);
|
||||
assert(algo::count(&one) == 1);
|
||||
|
||||
//Now add a new node before "one"
|
||||
|
||||
Reference in New Issue
Block a user