diff --git a/const_fmt/stdlib.h b/const_fmt/stdlib.h index 1636570..026e01b 100644 --- a/const_fmt/stdlib.h +++ b/const_fmt/stdlib.h @@ -237,13 +237,10 @@ public: } constexpr array() noexcept = default; - - constexpr array(array&) = default; - + constexpr array(const array&) = default; constexpr array(array&&) = default; constexpr array& operator=(array& other) = default; - constexpr array& operator=(array&& other) = default; constexpr void swap(array& other) noexcept {