Updated Interprocess and Intrusive:

-> Added linear slist to intrusive
-> Updated all allocators to version 2 allocators in Interprocess
-> Optimized rbtree_best_fit size overhead to 1 std:size_t.

[SVN r42878]
This commit is contained in:
Ion Gaztañaga
2008-01-20 11:54:47 +00:00
parent 816685673e
commit 9f88d4a617
15 changed files with 888 additions and 278 deletions

View File

@@ -36,7 +36,7 @@ int main()
//Create an empty singly 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