From bb726b58dd03bb9443523460fc3a9afc1905bbc4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 4 May 2024 22:03:51 +0300 Subject: [PATCH] Update revision history --- doc/uuid/changes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/uuid/changes.adoc b/doc/uuid/changes.adoc index 701c97f..6f24679 100644 --- a/doc/uuid/changes.adoc +++ b/doc/uuid/changes.adoc @@ -32,4 +32,4 @@ * Added `uuid_clock`, a ``-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]`.