2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Update revision history

This commit is contained in:
Peter Dimov
2024-05-04 22:03:51 +03:00
parent 8d8ed762e3
commit bb726b58dd

View File

@@ -32,4 +32,4 @@
* Added `uuid_clock`, a `<chrono>`-compatible clock with an epoch and a resolution as specified in RFC 4122.
* Accessors for the timestamp, the time point, the clock sequence, and the node identifier have been added to `uuid`.
* Improved the `what()` strings of the `std::runtime_error` exceptions thrown by `string_generator`.
* Added an overload of `to_chars` taking `wchar_t* first, wchar_t* last`.
* Added overloads of `to_chars` taking `Ch* first, Ch* last` and `Ch(&)[N]`.