mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-03 14:34:39 +02:00
Cosmetic documentation updates
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user