From a0274c8a159291c4be472405fec65151e599f07f Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Wed, 31 Jan 2018 09:26:03 +0200 Subject: [PATCH] swap and hash --- paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.md b/paper.md index 18e94d9..5321c05 100644 --- a/paper.md +++ b/paper.md @@ -125,7 +125,7 @@ assert(id.variant() == uuid_variant::rfc); ### Swapping -Both member and non-member swap functions including a `std::swap<>` specialization that enable the swapping of `uuid` values. +Both member and non-member `swap()` functions are available to perform the swapping of `uuid` values. ``` uuid empty; @@ -418,7 +418,7 @@ public: ``` ### Specialization - +The template specializations of `std::hash` for the `uuid` class allow users to obtain hashes of UUIDs. ``` namespace std { template <>