Merged Interprocess + Intrusive revision 42982 from trunk to release branch

[SVN r42994]
This commit is contained in:
Ion Gaztañaga
2008-01-27 22:22:22 +00:00
parent cc749e440e
commit 0ddb2b7045
23 changed files with 1896 additions and 838 deletions
+1 -1
View File
@@ -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"