Subject: [Boost-users] [Preprocessor] Generate #include directive with preprocessor
From: Adam Badura (abadura_at_[hidden])
Date: 2013-02-13 06:43:19


Is it possible to use preprocessor to generate #include directives (or in
any other way include the files)?
 
For example if I would have a sequence of strings (being file paths) what
to do to include all those files? It is possible at all?