From 7a59e5dc300ff8b4d59b04996ac4715a695d8240 Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Wed, 27 Jun 2018 16:25:19 +0300 Subject: [PATCH] {} format clarification --- P0959.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P0959.md b/P0959.md index 7c8d5c2..0115734 100644 --- a/P0959.md +++ b/P0959.md @@ -17,7 +17,7 @@ Original UUID library paper with motivation, specification, and examples. Revised with feedback from the LWG and the community. * Removed string constructors and replaced with free overloaded function `from_string()`. * Parsing strings to `uuid` throws exception `uuid_error` instead of creating a nil uuid when the operation fails. -* {} included in the supported format, i.e. `{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}`. +* {} included in the supported format for string parsing, i.e. `"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"`. * Removed `state_size`. * Rename member function `nil()` to `is_nil()`. * The default constructor is defaulted.