
3 Oct
2004
3 Oct
'04
12:11 a.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Daryle Walker
Yes, please! (It's a bug in the compiler/preprocessor, of course).
Not necessarily. It depends on where digraph expansion is supposed to occur relative to macro expansion.
The above represents a preprocessor bug (it is operating on text instead of on preprocessing tokens). Digraphs are separate preprocessing tokens (just like their "regular" equivalents)--see the grammar production "preprocessing-op-or-punc". E.g. %:define ABC // should be fine Regards, Paul Mensonides