aboutsummaryrefslogtreecommitdiff
path: root/butl/small-vector
AgeCommit message (Collapse)AuthorFilesLines
2017-01-23Minor changesBoris Kolpackov1-1/+2
2017-01-18Harden small_vector against misuseBoris Kolpackov1-4/+11
2017-01-12Add small_vector workaround for VCBoris Kolpackov1-10/+28
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.