Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-23 | Minor changes | Boris Kolpackov | 1 | -1/+2 | |
2017-01-18 | Harden small_vector against misuse | Boris Kolpackov | 1 | -4/+11 | |
2017-01-12 | Add small_vector workaround for VC | Boris Kolpackov | 1 | -10/+28 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-11-19 | Add small_vector<T, N> class template | Boris Kolpackov | 1 | -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. |