mirror of
https://github.com/boostorg/intrusive.git
synced 2025-10-04 12:20:56 +02:00
Fixed Solaris-gcc errors and added splay trees
[SVN r40429]
This commit is contained in:
@@ -73,10 +73,10 @@ int main()
|
||||
assert(n == &three);
|
||||
|
||||
//Erase a node just using a pointer to it
|
||||
algo::unlink_and_rebalance(n);
|
||||
algo::unlink(&two);
|
||||
|
||||
//Erase a node using also the header (faster)
|
||||
algo::erase(&header, n);
|
||||
algo::erase(&header, &three);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user