mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 09:37:14 +02:00
Remove dup of internal macro
Signed-off-by: Kohei Takahashi <flast@flast.jp>
This commit is contained in:
@ -66,9 +66,6 @@ namespace boost { namespace fusion
|
||||
#define BOOST_FUSION_AS_FUSION_ELEMENT(z, n, data) \
|
||||
typename detail::as_fusion_element<BOOST_PP_CAT(T, n)>::type
|
||||
|
||||
#define BOOST_FUSION_AS_FUSION_ELEMENT(z, n, data) \
|
||||
typename detail::as_fusion_element<BOOST_PP_CAT(T, n)>::type
|
||||
|
||||
#define BOOST_PP_FILENAME_1 <boost/fusion/container/generation/detail/pp_make_deque.hpp>
|
||||
#define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_DEQUE_SIZE)
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
Reference in New Issue
Block a user