fix little nodiscard issues

This commit is contained in:
BlackMATov
2021-02-13 14:35:26 +07:00
parent b6c763d19d
commit 75ed7abd36
3 changed files with 3 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ public:
constexpr explicit operator vec<T, 4>() const;
void swap(qua& other) noexcept(std::is_nothrow_swappable_v<T>);
void swap(qua& other) noexcept(is_nothrow_swappable_v<T>);
iterator begin() noexcept;
const_iterator begin() const noexcept;