mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-06-30 14:30:57 +02:00
Compare commits
2 Commits
boost-1.51
...
boost-1.55
Author | SHA1 | Date | |
---|---|---|---|
dec1a74c28 | |||
390d72525e |
@ -38,6 +38,7 @@
|
||||
# endif
|
||||
# define BOOST_PP_TUPLE_REM_I(size) BOOST_PP_TUPLE_REM_ ## size
|
||||
# endif
|
||||
# define BOOST_PP_TUPLE_REM_0()
|
||||
# define BOOST_PP_TUPLE_REM_1(e0) e0
|
||||
# define BOOST_PP_TUPLE_REM_2(e0, e1) e0, e1
|
||||
# define BOOST_PP_TUPLE_REM_3(e0, e1, e2) e0, e1, e2
|
||||
|
Reference in New Issue
Block a user