diff --git a/feed/history/boost_1_65_0.qbk b/feed/history/boost_1_65_0.qbk index 6e5a621a..8d85b2f8 100644 --- a/feed/history/boost_1_65_0.qbk +++ b/feed/history/boost_1_65_0.qbk @@ -142,6 +142,7 @@ * [phrase library..[@/libs/type_index/ TypeIndex]:] * Include 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`,