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

Minor documentation updates

This commit is contained in:
Peter Dimov
2026-01-15 17:45:43 +02:00
parent f4bcc0fd2a
commit 85bc141e43
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ Copyright 2017 James E. King III
Copyright 2024 Christian Mazakas Copyright 2024 Christian Mazakas
Copyright 2024 Peter Dimov Copyright 2024-2026 Peter Dimov
Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].

View File

@@ -255,7 +255,7 @@ not consumed during parsing and `ec` is `from_chars_error::none`, if parsing suc
constexpr explicit operator bool() const noexcept; constexpr explicit operator bool() const noexcept;
``` ```
Returns: :: `this->ec == from_chars_error::none`. Returns: :: `this\->ec == from_chars_error::none`.
=== from_chars === from_chars