Compare commits

..

1 Commits

Author SHA1 Message Date
69a99330dc Release 1.52.0
[SVN r81201]
2012-11-05 15:31:58 +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