small_vector
small_vector copied to clipboard
noexcept violation
std::vector::reserve is not noexcept, It can throw std::length_error and std::bad_alloc.
small_vector() and small_vector(small_vector&& other) are marked with noexcept but uses the reserve function