From e1b4b91692cc65597982e400246a2c4fb38e20ea Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 21 Jan 2015 19:11:47 +0000 Subject: [PATCH] Add notes on changes required by other libs. --- changes pending.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changes pending.txt diff --git a/changes pending.txt b/changes pending.txt new file mode 100644 index 0000000..f412fc4 --- /dev/null +++ b/changes pending.txt @@ -0,0 +1,17 @@ + +ITERATOR +~~~~~~~~ + +is_lvalue_iterator.hpp needs to include mpl/bool.hpp +https://github.com/boostorg/iterator/pull/11 + +LAMBDA +~~~~~~ + +Missing includes: +ice.hpp see https://github.com/boostorg/lambda/pull/3 +Lots of headers: https://github.com/boostorg/lambda/pull/4 + +LEXICAL_CAST +~~~~~~~~~~~ +missing is_float.hpp in converter_numeric.hpp https://github.com/boostorg/lexical_cast/pull/8