Merge branch 'Version2' of https://github.com/AntonBikineev/type_traits into Version2

This commit is contained in:
AntonBikineev
2015-05-20 10:30:37 -05:00

View File

@ -1,3 +1,5 @@
* = PR requests not yet applied to 'develop' branch
ANY
~~~
@ -30,14 +32,14 @@ Removed dependency on deprecated template_arity_spec.hpp: https://github.com/boo
GRAPH
~~~~~
Needs to remove ice_or usage: https://github.com/boostorg/graph/pull/30
* Needs to remove ice_or usage: https://github.com/boostorg/graph/pull/30
ITERATOR
~~~~~~~~
is_lvalue_iterator.hpp needs to include mpl/bool.hpp
* is_lvalue_iterator.hpp needs to include mpl/bool.hpp
https://github.com/boostorg/iterator/pull/11
Removed reliance on deprecated type traits headers: https://github.com/boostorg/iterator/pull/13
* Removed reliance on deprecated type traits headers: https://github.com/boostorg/iterator/pull/13
LAMBDA
~~~~~~
@ -70,6 +72,12 @@ https://github.com/boostorg/range/pull/27
Use operator || rather than boost::mpl::or_ for constant boolean expression:
https://github.com/boostorg/range/pull/31
TEST
----
Add needed MPL header file:
https://github.com/boostorg/test/pull/58
VARIANT
-------