From: Sergey Skorniakov (s.skorniakov_at_[hidden])
Date: 2005-08-24 05:34:29


Test code:

#define AAA const char bbb[] = BOOST_PP_STRINGIZE(prefix BOOST_PP_COMMA()
postfix)

AAA;

Preprocessing of such a code is accompanied by warning C4002: too many
actual parameters for macro 'BOOST_PP_STRINGIZE_I'.

With 1.32.0 library version variable bbb value was "prefix, postfix". With
new version it is just "prefix".