From 8454c6179f878aa046fdcff44f60bb1fdade1d75 Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Wed, 31 Jan 2018 09:30:39 +0200 Subject: [PATCH] overview --- paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.md b/paper.md index 5321c05..d435b20 100644 --- a/paper.md +++ b/paper.md @@ -17,10 +17,10 @@ This proposal is a pure library extension. It does not require changes to any st The proposed library, that should be available in a new header called `` in the namespace `std`, provides: * a class called `uuid` that represents a universally unique identifier * strongly type enums `uuid_variant` and `uuid_version` to represent the possible variant and version types of a UUID -* function objects that generate UUIDs, called generators: `basic_uuid_random_generator`, `uuid_random_generator`, `uuid_name_generator`, and `uuid_default_generator` +* function objects that generate UUIDs, called generators: `basic_uuid_random_generator`, `uuid_random_generator`, `uuid_name_generator` * string conversion functions `std::to_string()`, `std::to_wstring()` as well as an overloaded `operator<<` for `std::basic_ostream` * comparison operators `==`, `!=`, `<` -* `std::swap<>` specialization for `uuid` +* `std::swap()` overload for `uuid` * `std::hash<>` specialization for `uuid` ### Default constructor