summaryrefslogtreecommitdiff
path: root/boost/utility/result_of.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/utility/result_of.hpp')
-rw-r--r--boost/utility/result_of.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/utility/result_of.hpp b/boost/utility/result_of.hpp
index 206ae3088a..cb16d099b6 100644
--- a/boost/utility/result_of.hpp
+++ b/boost/utility/result_of.hpp
@@ -201,6 +201,11 @@ struct tr1_result_of_impl<F, FArgs, false>
#define BOOST_PP_ITERATION_PARAMS_1 (3,(0,BOOST_RESULT_OF_NUM_ARGS,<boost/utility/detail/result_of_iterate.hpp>))
#include BOOST_PP_ITERATE()
+#if 0
+// inform dependency trackers, as they can't see through macro includes
+#include <boost/utility/detail/result_of_iterate.hpp>
+#endif
+
#else
# define BOOST_NO_RESULT_OF 1
#endif