forked from boostorg/type_traits
Update change log.
This commit is contained in:
@ -8,32 +8,32 @@ Missing mpl/if.hpp https://github.com/boostorg/any/pull/4 DM
|
||||
DETAIL
|
||||
------
|
||||
|
||||
Remove unnecessary include for deprecated ice_xxx.hpp header: https://github.com/boostorg/detail/pull/6 D
|
||||
Remove unnecessary include for deprecated ice_xxx.hpp header: https://github.com/boostorg/detail/pull/6 DM
|
||||
Remove dependency on deprecated type_trait headers: https://github.com/boostorg/detail/pull/8 D
|
||||
|
||||
FOREACH
|
||||
~~~~~~~
|
||||
|
||||
Relies on conversion from integral_constant* to mpl::bool_*
|
||||
https://github.com/boostorg/foreach/pull/3 D
|
||||
https://github.com/boostorg/foreach/pull/3 DM
|
||||
|
||||
FUNCTION
|
||||
--------
|
||||
|
||||
Removed dependencies on ice_xxx.hpp headers: https://github.com/boostorg/function/pull/5 D
|
||||
Removed dependencies on ice_xxx.hpp headers: https://github.com/boostorg/function/pull/5 DM
|
||||
Use ! operator directly rather than boost::mpl::not with Boost supported compilers:
|
||||
https://github.com/boostorg/function/pull/8 D
|
||||
https://github.com/boostorg/function/pull/8 DM
|
||||
|
||||
FUSION
|
||||
------
|
||||
|
||||
Deprecated header usage: https://github.com/boostorg/fusion/pull/77 D
|
||||
Deprecated header usage: https://github.com/boostorg/fusion/pull/77 DM
|
||||
|
||||
FUNCTION_TYPES
|
||||
--------------
|
||||
|
||||
Removed dependency on deprecated template_arity_spec.hpp: https://github.com/boostorg/function_types/pull/2 D
|
||||
Remove use of deprecated header: https://github.com/boostorg/function_types/pull/4 D
|
||||
Removed dependency on deprecated template_arity_spec.hpp: https://github.com/boostorg/function_types/pull/2 DM
|
||||
Remove use of deprecated header: https://github.com/boostorg/function_types/pull/4 DM
|
||||
|
||||
GRAPH
|
||||
~~~~~
|
||||
@ -44,30 +44,30 @@ ITERATOR
|
||||
~~~~~~~~
|
||||
|
||||
* is_lvalue_iterator.hpp needs to include mpl/bool.hpp
|
||||
https://github.com/boostorg/iterator/pull/11 D
|
||||
* Removed reliance on deprecated type traits headers: https://github.com/boostorg/iterator/pull/14 D
|
||||
https://github.com/boostorg/iterator/pull/11 DM
|
||||
* Removed reliance on deprecated type traits headers: https://github.com/boostorg/iterator/pull/14 DM
|
||||
|
||||
LAMBDA
|
||||
~~~~~~
|
||||
|
||||
Missing includes:
|
||||
ice.hpp see https://github.com/boostorg/lambda/pull/3 D
|
||||
Lots of headers: https://github.com/boostorg/lambda/pull/4 D
|
||||
Changes for type_traits Version2: https://github.com/boostorg/lambda/pull/9 D
|
||||
ice.hpp see https://github.com/boostorg/lambda/pull/3 DM
|
||||
Lots of headers: https://github.com/boostorg/lambda/pull/4 DM
|
||||
Changes for type_traits Version2: https://github.com/boostorg/lambda/pull/9 DM
|
||||
|
||||
LEXICAL_CAST
|
||||
~~~~~~~~~~~
|
||||
missing is_float.hpp in converter_numeric.hpp https://github.com/boostorg/lexical_cast/pull/8 D
|
||||
Use mpl instead of ice_ functionality: https://github.com/boostorg/lexical_cast/pull/11 D
|
||||
missing is_float.hpp in converter_numeric.hpp https://github.com/boostorg/lexical_cast/pull/8 DM
|
||||
Use mpl instead of ice_ functionality: https://github.com/boostorg/lexical_cast/pull/11 DM
|
||||
Change to use operators rather than mpl equivalents for constant boolean values, in the replacements
|
||||
eliminating dependency on deprecated type_traits headers:
|
||||
https://github.com/boostorg/lexical_cast/pull/15 D
|
||||
https://github.com/boostorg/lexical_cast/pull/15 DM
|
||||
|
||||
|
||||
PYTHON
|
||||
------
|
||||
|
||||
deprecated header usage: https://github.com/boostorg/python/pull/23
|
||||
deprecated header usage: https://github.com/boostorg/python/pull/23 DM
|
||||
|
||||
RANDOM
|
||||
~~~~~~
|
||||
@ -78,7 +78,7 @@ RANGE
|
||||
-----
|
||||
|
||||
Remove dependency on type traits ice_xxx.hpp headers, which are deprecated:
|
||||
https://github.com/boostorg/range/pull/27 D
|
||||
https://github.com/boostorg/range/pull/27 DM
|
||||
Use operator || rather than boost::mpl::or_ for constant boolean expression:
|
||||
https://github.com/boostorg/range/pull/31 D
|
||||
|
||||
@ -86,12 +86,12 @@ TEST
|
||||
----
|
||||
|
||||
Add needed MPL header file:
|
||||
https://github.com/boostorg/test/pull/58 D
|
||||
https://github.com/boostorg/test/pull/58 DM
|
||||
|
||||
VARIANT
|
||||
-------
|
||||
|
||||
Removed reliance on deprecated type_traits header: https://github.com/boostorg/variant/pull/12 D
|
||||
Removed reliance on deprecated type_traits header: https://github.com/boostorg/variant/pull/12 DM
|
||||
|
||||
Unexplained new failures
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Reference in New Issue
Block a user