Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes
45e4273709 Release 1.49.0 beta 1
[SVN r76721]
2012-01-27 18:03:17 +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