boostorg / container

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

alias templates for small_flat_[multi]{set|map} using small_vector as container #129

Closed tobias-loew closed 4 years ago

tobias-loew commented 4 years ago

Hi,

IMHO smallflat[multi]{set|map} are very useful containers but specifying their types is a bit cumbersome: it requires re-specifying the Compare-type and of the value-type of the resp. flat_[multi]{set|map}. I think providing template aliases for them makes them more user-friendly. If you think to use this PR I could also extend the documentation.

Tobias

igaztanaga commented 4 years ago

Many thanks for the patch.