3 Dec
2014
3 Dec
'14
11:02 a.m.
On Wednesday 03 December 2014 12:55:35 Peter Dimov wrote:
Vladimir Prus wrote:
- Add a mechanism to explicitly describe header dependencies that cannot be found
This mechanism kind of already exists,
#if 0 #include "hidden-dependency" #endif
but not all files have been annotated.
Yes, but that's quite ugly and error prone. In case of MPL this would mean to add all headers under boost/mpl/aux_/preprocessed (517 files) to boost/mpl/aux_/include_preprocessed.hpp or other headers that use include_preprocessed.hpp.