From 26c951b92f6e86592ef7edde7f76644b07b4d465 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 4 Dec 2016 15:10:42 +0300 Subject: [PATCH] Added after-beta fixes for LexicalCast --- feed/history/boost_1_63_0.qbk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/feed/history/boost_1_63_0.qbk b/feed/history/boost_1_63_0.qbk index 432425fb..48f0e322 100644 --- a/feed/history/boost_1_63_0.qbk +++ b/feed/history/boost_1_63_0.qbk @@ -3,7 +3,7 @@ [source-mode c++] [purpose Updated Libraries: - Atomic, Fiber, Fusion, Hash, Log, Metaparse, Optional, Phoenix, Python, TypeIndex, Units, Unordered. + Atomic, Fiber, Fusion, Hash, LexicalCast, Log, Metaparse, Optional, Phoenix, Python, TypeIndex, Units, Unordered. ] [authors [Dawes, Beman]] [/ last-revision is used for the final release date] @@ -33,6 +33,9 @@ * [phrase library..[@/libs/functional/hash Hash]:] * Fixed some warnings. +* [phrase library..[@/libs/lexical_cast/ Lexical Cast]:] + * Fixed issue found by `-fsanitize=undefined` [@https://github.com/boostorg/lexical_cast/issues/21 #21] + * [phrase library..[@/libs/log/ Log]:] * General changes: * Removed the previously deprecated `type_info_wrapper`.