From 75ef5a14f58f8eaf16fb13b4458bfafc0c40ac51 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 20 Sep 2022 12:25:16 +0300 Subject: [PATCH] Cosmetic documentation updates --- doc/hash/changes.adoc | 3 --- doc/hash/intro.adoc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/hash/changes.adoc b/doc/hash/changes.adoc index 3b82a23..1f8109d 100644 --- a/doc/hash/changes.adoc +++ b/doc/hash/changes.adoc @@ -12,7 +12,6 @@ https://www.boost.org/LICENSE_1_0.txt :int128: __int128 -[discrete] == Boost 1.67.0 * Moved library into its own module, `container_hash`. * Moved headers for new module name, now at: ``, ``, ``. @@ -23,11 +22,9 @@ https://www.boost.org/LICENSE_1_0.txt * Fix tutorial example (https://svn.boost.org/trac/boost/ticket/11017[#11017]). * Quick fix for hashing `vector` when using libc++. Will try to introduce a more general fix in the next release. -[discrete] == 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. -[discrete] == Boost 1.65.0 * Support for `char16_t`, `char32_t`, `u16string`, `u32string` diff --git a/doc/hash/intro.adoc b/doc/hash/intro.adoc index ae93416..2203bdd 100644 --- a/doc/hash/intro.adoc +++ b/doc/hash/intro.adoc @@ -16,7 +16,7 @@ https://en.wikipedia.org/wiki/Hash_function[hash function] object specified by link:../../../unordered/index.html[Boost.Unordered], link:../../../intrusive/index.html[Boost.Intrusive]'s unordered associative 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