diff options
-rw-r--r-- | libbutl/small-vector.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/small-vector.hxx b/libbutl/small-vector.hxx index f0594b1..f2d2a80 100644 --- a/libbutl/small-vector.hxx +++ b/libbutl/small-vector.hxx @@ -104,7 +104,7 @@ namespace butl return *this; } - small_vector (small_vector&& v) + small_vector (small_vector&& v) noexcept : base_type (allocator_type (this)) { if (v.size () <= N) |