Added docs for std::hash

But I do not know if they copile with QuickBook.
This commit is contained in:
Andrzej Krzemienski
2022-05-23 21:00:00 +02:00
parent 52abe4842e
commit ec677383dc
4 changed files with 50 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[/
Boost.Optional
Copyright (c) 2015 - 2021 Andrzej Krzemienski
Copyright (c) 2015 - 2022 Andrzej Krzemienski
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
@ -11,6 +11,10 @@
[section:relnotes Release Notes]
[heading Boost Release 1.80]
* Added specializations for `std::hash<boost::opitonal<T>>`. This fixes [@https://github.com/boostorg/optional/issues/55 issue #55].
[heading Boost Release 1.79]
* Fixed [@https://github.com/boostorg/optional/issues/98 issue #98].