mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 03:57:36 +02:00
fixes bug in unfused_generic reported by Eric Niebler
[SVN r37739]
This commit is contained in:
@ -22,10 +22,11 @@
|
||||
|
||||
# define BOOST_PP_FILENAME_2 \
|
||||
<boost/fusion/functional/adapter/detail/pow2_explode.hpp>
|
||||
# define BOOST_PP_VALUE 1 << (N >> 4)
|
||||
# define BOOST_PP_VALUE (1 << N) >> 4
|
||||
# if BOOST_PP_VALUE > BOOST_PP_LIMIT_ITERATION
|
||||
# error "Preprocessor limit exceeded."
|
||||
# endif
|
||||
|
||||
# include BOOST_PP_ASSIGN_SLOT(2)
|
||||
# define BOOST_PP_ITERATION_LIMITS (0,BOOST_PP_DEC(BOOST_PP_SLOT_2()))
|
||||
# include BOOST_PP_ITERATE()
|
||||
|
Reference in New Issue
Block a user