Add notes on changes required by other libs.

This commit is contained in:
jzmaddock
2015-01-21 19:11:47 +00:00
parent e1b1831b79
commit e1b4b91692

17
changes pending.txt Normal file
View File

@ -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