comment on function from_string
This commit is contained in:
parent
bc37fa250b
commit
29ce84bac9
2
P0959.md
2
P0959.md
@ -84,7 +84,7 @@ Based on this feedback the following changes have been done in this version:
|
|||||||
* added `uuid_time_generator` functor to generate variant 1 time-based uuids
|
* added `uuid_time_generator` functor to generate variant 1 time-based uuids
|
||||||
* proper initialization for the pseudo-random generator engines in all examples
|
* proper initialization for the pseudo-random generator engines in all examples
|
||||||
* removed `to_wstring()` and made `to_string()` a function template
|
* removed `to_wstring()` and made `to_string()` a function template
|
||||||
* made `from_string()` a non-throwing function template
|
* made `from_string()` a non-throwing function template returning `std::optional<std::uuid>`
|
||||||
* added `is_valid_uuid()` a non-throwing function template that checks if a string contains is a valid uuid
|
* added `is_valid_uuid()` a non-throwing function template that checks if a string contains is a valid uuid
|
||||||
* `uuid`s produced from names in different character sets or encodings are different (i.e. "jane" and L"jane")
|
* `uuid`s produced from names in different character sets or encodings are different (i.e. "jane" and L"jane")
|
||||||
* removed the class `uuid_error`
|
* removed the class `uuid_error`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user