From d39f8b5bb13304e5d2be441b544c84f4c5471df7 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 29 Jul 2017 21:49:42 +0300 Subject: [PATCH] Add info on GCC 7 fix for TypeIndex, that is fixed after the beta release --- feed/history/boost_1_65_0.qbk | 1 + 1 file changed, 1 insertion(+) 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`,