Compare commits

..

1 Commits

Author SHA1 Message Date
3b1fcb773c Release 1.49.0
[SVN r77094]
2012-02-22 22:08:43 +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