2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 07:42:16 +00:00

Merge pull request #260 from apolukhin/ap_1_65_beta_2patch

Add info on GCC 7 fix for TypeIndex, that is fixed after the beta rel…
This commit is contained in:
Daniel James
2017-07-29 20:05:29 +01:00
committed by GitHub

View File

@@ -142,6 +142,7 @@
* [phrase library..[@/libs/type_index/ TypeIndex]:]
* Include <boost/functional/hash.hpp> if required, thanks to Ed Catmur [ticket 13009].
* Use native `hash_code()` when possible on GCC-like compilers [ticket 13027].
* Fix `ctti_type_index` for GCC 7 and later, thanks to Benjamin Buch [@https://github.com/boostorg/type_index/pull/16 PR16].
* [phrase library..[@/libs/unordered/ Unordered]:]
* Use the same data structure for `unordered_set` and `unordered_multiset`,