Bo Peng wrote:
Ah... So please consider making this in src/boost_config.h instead. This config file should also be used for external boost.Then, what is the point of separating the config.h?
For one, if you use the DBOOST_USER_CONFIG="libs/config.h" option then only the file using boost will need a recompile if you change a boost options. But more importantly, a change in the general src/config.h will not imply a boost recompile.
Abdel.