On Saturday, 18 February 2017 at 21:24:18 UTC, Satoshi wrote:
Will be possible to make precompiled headers and distribute it with static library for example?
anything is possible with ctfe and mixins and templates.certainly header generation as well, you can write your own system for it and do it as a build step, in case the built-in header generator is inadequate.
