
19 Dec
2005
19 Dec
'05
1:56 p.m.
Paul Mensonides wrote:
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Angus Leeming
Perhaps you should ascertain what the preprocessor experts here think the preprocessor should do with this. Maybe cxx is wrong?
#if 0 #unknown_command foo #endif
It's wrong. That's not an error.
So if I understand you correctly, it should just skip over any gibberish it might encounter until the matching #endif is found? Is the preprocessor allowed to issue warnings about the gibberish? Markus