aboutsummaryrefslogtreecommitdiff
path: root/butl/small-vector
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-19Add small_vector<T, N> class templateBoris Kolpackov1-0/+257
It has a (mostly) std::vector interface (it derives from it) and will store up to N elements in the same storage as the vector instance itself.