diff --git a/paper.md b/paper.md index 29f9c0f..f402d61 100644 --- a/paper.md +++ b/paper.md @@ -349,7 +349,6 @@ public: constexpr bool nil() const noexcept; void swap(uuid & other) noexcept; - friend void swap(uuid& lhs, uuid& rhs) noexcept; iterator begin() noexcept; const_iterator begin() const noexcept; @@ -373,6 +372,8 @@ namespace std { inline bool operator!= (uuid const& lhs, uuid const& rhs) noexcept; inline bool operator< (uuid const& lhs, uuid const& rhs) noexcept; + inline void swap(uuids::uuid & lhs, uuids::uuid & rhs); + template std::basic_ostream & operator<<(std::basic_ostream &s, uuid const & id);