Where is the best place to find the most up-to-date version of how modules will look like in the upcoming C++ standard?
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0955r0.pdf
Has there been any sort of final or almost-final consensus for how preprocessor macros will work in modules?
I assume if you need macros to bleed into your file for whatever reason (perhaps legacy code), you won't be able to use modules?
I read that modules can speed up compilation by ~20%. Will modules be able to speed up compile-time when it comes to templates?
Edit: Oh... modules are only listed as a "possible" new feature in C++20. Guess the specifics at this point are still subject to change a lot.