forked from boostorg/type_traits
Add notes on changes required by other libs.
This commit is contained in:
17
changes pending.txt
Normal file
17
changes pending.txt
Normal 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
|
Reference in New Issue
Block a user