mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Previously it was needed to include pch header in every source file, but Clang does it automatically making the usage non-uniform. It is also a very noisy process to add pch header to an existing project. Automatic on-demand header inclusion solves both issues. * pch: msvc source automatic header folder inclusion * pch test refactoring * pch test msvc automatic pch source generation * Include pch header automatically and on-demand * no more need in gcc pch naming hack