
2 Mar
2005
2 Mar
'05
5:20 p.m.
Paul Mensonides wrote:
BOOST_PP_IF(HAS_COLOR(t), and color is COLOR(t) , );
^^^ This is undefined behavior in C++. Should be:
May a PP-Sequence have '()'-elements ? The documentation says that "a sequence cannot be empty" which seems to be something different than containing empty elements...