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:
@@ -9,6 +9,6 @@ Copyright 2017 James E. King III
|
||||
|
||||
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].
|
||||
|
||||
@@ -255,7 +255,7 @@ not consumed during parsing and `ec` is `from_chars_error::none`, if parsing suc
|
||||
constexpr explicit operator bool() const noexcept;
|
||||
```
|
||||
|
||||
Returns: :: `this->ec == from_chars_error::none`.
|
||||
Returns: :: `this\->ec == from_chars_error::none`.
|
||||
|
||||
=== from_chars
|
||||
|
||||
|
||||
Reference in New Issue
Block a user