On Sep 11, 2014, at 12:06 PM, Andrey Semashev
I can see a few testers have cycled since MPL.Core was extracted into a sublibrary, but there is no mpl/core page in the test matrix. The sublibs file and core/test directory are present in the mpl submodule. Is there something I should do to make the tests appear?
Hijacking this thread, briefly. I’m getting this error with nightly Darwin builds since I pushed the MPL commit, seems like it's probably related. ./boost/mpl/aux_/include_preprocessed.hpp:37:13: fatal error: 'boost/mpl/aux_/preprocessed/gcc/arg.hpp' file not found # include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER) ^ ./boost/preprocessor/stringize.hpp:28:38: note: expanded from macro 'BOOST_PP_STRINGIZE' # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_I(text) ^ ./boost/preprocessor/stringize.hpp:31:37: note: expanded from macro 'BOOST_PP_STRINGIZE_I' # define BOOST_PP_STRINGIZE_I(text) #text ^ Do we need to regenerate the preprocessed headers?