From 21261a8630e0d4ae841831330f49bd13e002a773 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 30 May 2017 01:20:02 +0300 Subject: [PATCH] Add visible dependency to result_of_iterate.hpp --- include/boost/utility/result_of.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/utility/result_of.hpp b/include/boost/utility/result_of.hpp index 206ae30..cb16d09 100644 --- a/include/boost/utility/result_of.hpp +++ b/include/boost/utility/result_of.hpp @@ -201,6 +201,11 @@ struct tr1_result_of_impl #define BOOST_PP_ITERATION_PARAMS_1 (3,(0,BOOST_RESULT_OF_NUM_ARGS,)) #include BOOST_PP_ITERATE() +#if 0 +// inform dependency trackers, as they can't see through macro includes +#include +#endif + #else # define BOOST_NO_RESULT_OF 1 #endif