$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-12-19 08:56:33
Paul Mensonides wrote:
>>-----Original Message-----
>>From: boost-bounces_at_[hidden]
>>[mailto:boost-bounces_at_[hidden]] 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