mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Fix mis-nested namespace scope/#ifdef
[SVN r30159]
This commit is contained in:
parent
865c707756
commit
84fbb3c896
@ -57,9 +57,10 @@ struct result_of : get_result_of<F, FArgs, (has_result_type<F>::value)> {};
|
|||||||
#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()
|
||||||
|
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
# define BOOST_NO_RESULT_OF 1
|
# define BOOST_NO_RESULT_OF 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#endif // BOOST_RESULT_OF_HPP
|
#endif // BOOST_RESULT_OF_HPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user