Subject: Re: [Boost-users] Boost.Wave crippling
From: anony (janezz55_at_[hidden])
Date: 2010-06-20 16:02:13


On 06/20/10 20:38, Hartmut Kaiser wrote:
> #ifdef FOO
> #include <bar1.hpp>
> #else
> #include <bar2.hpp>
> #endif

both files are included and all files they include, there is another
pass after the "include" pass to figure out what to do. Basically only
the #include directive needs to work.