|
|
|
|
|
by gpderetta
2962 days ago
|
|
Also, STL is data structures + algorithms. Even if you can't use the datastructures out of the box you might be able to use the algos. Boost.Intrusive provides STL compatibe datastructures with full control of allocation (and more). |
|