boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
101 stars 113 forks source link

Document small_vector allocation strategy #219

Closed wthrowe closed 2 years ago

wthrowe commented 2 years ago

Since the purpose of this class is to optimize by using static storage, it is important to know what determines whether static or dynamic storage is used.

It looks like there is a doc/container.qbk file that should be updated for this change, but it looks autogenerated and I don't know how to regenerate it.

igaztanaga commented 2 years ago

Many thanks for the patch!