$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Preprocessor] Generate #include directive with preprocessor
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-02-13 19:20:40
On 2/13/2013 6:43 AM, Adam Badura wrote:
> Is it possible to use preprocessor to generate #include directives (or
> in any other way include the files)?
No it is not possible. You cannot define a macro which expands to other
another macro definition or any other basic preprocessor construct,
including the #include.