Compare commits

..

1 Commits

Author SHA1 Message Date
b287244527 Release 1.51.0
[SVN r80098]
2012-08-20 22:07:05 +00:00

View File

@ -38,7 +38,6 @@
# 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