[preprocessor] ARRAY_REPLACE bug?

On Windows 7/Cygwin, using boost 1.53, preprocessing the following snippet:
pp_array.cc
-----------
#include

On 7/25/2013 5:10 AM, Mostafa wrote:
It looks like a bug to me. In your 1.53 version of tuple/rem.hpp add: # define BOOST_PP_TUPLE_REM_0() before the line which says: # define BOOST_PP_TUPLE_REM_1(e0) e0 For some reason, possibly an oversight, Paul removed the "# define BOOST_PP_TUPLE_REM_0()" from tuple/rem.hpp when variadic macro support was added to the preprocessor.
participants (3)
-
Edward Diener
-
Mostafa
-
Paul Mensonides