...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
deque
and string
containers still have fragments of the original SGI code. Many thanks to
Alexander Stepanov, Meng Lee, David Musser, Matt Austern... and all HP
and SGI STL developers.
flat_[multi]_map/set
containers were originally based
on Loki's
AssocVector class. Code was rewritten and expanded for Boost.Interprocess,
so thanks to Andrei Alexandrescu.
stable_vector
was invented
and coded by Joaquín
M. López Muñoz, then adapted for Boost.Interprocess.
Thanks for such a great container.