Cosmetic documentation updates

This commit is contained in:
Peter Dimov
2022-09-20 12:25:16 +03:00
parent b5bb4405a9
commit 75ef5a14f5
2 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ https://www.boost.org/LICENSE_1_0.txt
:int128: __int128 :int128: __int128
[discrete]
== Boost 1.67.0 == Boost 1.67.0
* Moved library into its own module, `container_hash`. * Moved library into its own module, `container_hash`.
* Moved headers for new module name, now at: `<boost/container_hash/hash.hpp>`, `<boost/container_hash/hash_fwd.hpp>`, `<boost/container_hash/extensions.hpp>`. * Moved headers for new module name, now at: `<boost/container_hash/hash.hpp>`, `<boost/container_hash/hash_fwd.hpp>`, `<boost/container_hash/extensions.hpp>`.
@@ -23,11 +22,9 @@ https://www.boost.org/LICENSE_1_0.txt
* Fix tutorial example (https://svn.boost.org/trac/boost/ticket/11017[#11017]). * Fix tutorial example (https://svn.boost.org/trac/boost/ticket/11017[#11017]).
* Quick fix for hashing `vector<bool>` when using libc++. Will try to introduce a more general fix in the next release. * Quick fix for hashing `vector<bool>` when using libc++. Will try to introduce a more general fix in the next release.
[discrete]
== Boost 1.66.0 == Boost 1.66.0
* Avoid float comparison warning when using Clang - this workaround was already in place for GCC, and was used when Clang pretends to be GCC, but the warning was appearing when running Clang in other contexts. * Avoid float comparison warning when using Clang - this workaround was already in place for GCC, and was used when Clang pretends to be GCC, but the warning was appearing when running Clang in other contexts.
[discrete]
== Boost 1.65.0 == Boost 1.65.0
* Support for `char16_t`, `char32_t`, `u16string`, `u32string` * Support for `char16_t`, `char32_t`, `u16string`, `u32string`

View File

@@ -16,7 +16,7 @@ https://en.wikipedia.org/wiki/Hash_function[hash function] object specified by
link:../../../unordered/index.html[Boost.Unordered], link:../../../unordered/index.html[Boost.Unordered],
link:../../../intrusive/index.html[Boost.Intrusive]'s unordered associative link:../../../intrusive/index.html[Boost.Intrusive]'s unordered associative
containers, link:../../../multi_index/index.html[Boost.MultiIndex]'s hash containers, link:../../../multi_index/index.html[Boost.MultiIndex]'s hash
indicies, and link:../../../bimap/index.html[Boost.Bimap]'s `unordered_set_of`. indices, and link:../../../bimap/index.html[Boost.Bimap]'s `unordered_set_of`.
Out of the box, `boost::hash` supports Out of the box, `boost::hash` supports