From b1c92f301f3ea22f9ccf6b58e5762f84094721f0 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 19 May 2015 12:28:32 -0400 Subject: [PATCH] PR request for Boost Test --- changes pending.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/changes pending.txt b/changes pending.txt index 9c9d4c9..185f43e 100644 --- a/changes pending.txt +++ b/changes pending.txt @@ -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 -------