From 2b84e5f1253e0e8a4b4860aba84484d24a83853d Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 31 Mar 2015 03:41:01 -0400 Subject: [PATCH] Changed to lexical_cast and lambda --- changes pending.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes pending.txt b/changes pending.txt index e8cc016..c34a8bc 100644 --- a/changes pending.txt +++ b/changes pending.txt @@ -11,10 +11,12 @@ LAMBDA Missing includes: ice.hpp see https://github.com/boostorg/lambda/pull/3 Lots of headers: https://github.com/boostorg/lambda/pull/4 +Use mpl instead of ice_ functionality: https://github.com/boostorg/lambda/pull/8 LEXICAL_CAST ~~~~~~~~~~~ missing is_float.hpp in converter_numeric.hpp https://github.com/boostorg/lexical_cast/pull/8 +Use mpl instead of ice_ functionality: https://github.com/boostorg/lexical_cast/pull/11 ANY ~~~