mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Add visible dependency to result_of_iterate.hpp
This commit is contained in:
parent
10ff4d4fcd
commit
21261a8630
@ -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>))
|
#define BOOST_PP_ITERATION_PARAMS_1 (3,(0,BOOST_RESULT_OF_NUM_ARGS,<boost/utility/detail/result_of_iterate.hpp>))
|
||||||
#include BOOST_PP_ITERATE()
|
#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
|
#else
|
||||||
# define BOOST_NO_RESULT_OF 1
|
# define BOOST_NO_RESULT_OF 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user