From fa278d23e9ea28d96ac5a5635b2612c4b7575eb4 Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Wed, 31 Jan 2018 09:39:08 +0200 Subject: [PATCH] swap specifications --- paper.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);