{} format clarification

This commit is contained in:
Marius Bancila 2018-06-27 16:25:19 +03:00
parent 722bb6cc50
commit 7a59e5dc30

View File

@ -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.