From 2fcd884d9cf956273fec8a8791b69cfcbb173579 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 2 Apr 2015 12:43:26 -0400 Subject: [PATCH] Updates for detail and variant --- changes pending.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/changes pending.txt b/changes pending.txt index 882d2b9..5284f43 100644 --- a/changes pending.txt +++ b/changes pending.txt @@ -50,10 +50,27 @@ DETAIL Remove unnecessary include for deprecated ice_xxx.hpp header: https://github.com/boostorg/detail/pull/6 -FUNTION_TYPES +FUNCTION_TYPES +-------------- Removed dependency on deprecated template_arity_spec.hpp: https://github.com/boostorg/function_types/pull/2 +RANGE +----- + +Remove dependency on type traits ice_xxx.hpp headers, which are deprecated: +https://github.com/boostorg/range/pull/27 + +DETAIL +------ + +Remove dependency on deprecated type_trait headers: https://github.com/boostorg/detail/pull/8 + +VARIANT +------- + +Removed reliance on deprecated type_traits header: https://github.com/boostorg/variant/pull/12 + Unexplained new failures ~~~~~~~~~~~~~~~~~~~~~~~~