small_vector
small_vector copied to clipboard
bugs about size
when size <= N
, the datas are on the stack, but in lots of places, you use size < N
.