{} format clarification
This commit is contained in:
parent
722bb6cc50
commit
7a59e5dc30
2
P0959.md
2
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user