Boost logo

Boost :

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".


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk