Peter Dimov wrote:
Stephen Kelly wrote:
Peter Dimov wrote:
It's not quite that bad. You need a section with 11 includes:
#if 0 // inform boost.build of hidden dependencies # include "boost/mpl/aux_/preprocessed/bcc/_all_.hpp" # include "boost/mpl/aux_/preprocessed/bcc_pre90/_all_.hpp" ... #endif
Is Borland supported?
Maybe those files should be removed. Then at least you need < 11.
The directory contains
bcc bcc551 bcc_pre590 dmc gcc msvc60 msvc70 mwcw no_ctps no_ttp plain
so I'm pretty sure _I_ only need one of those nowadays. :-) Maybe two, but I doubt it.
I removed some of those some time ago: http://lists.boost.org/boost-commit/2013/09/47831.php http://lists.boost.org/boost-commit/2013/10/48130.php I don't know the details of why they're there now. Thanks, Steve.