4 ms·
I'm not so sure about that. Surely it would take longer to parse both branches of an if-constexpr then it would for the preprocessor to see the #if and discard
by identity0 6y ago
I'm not so sure about that. Surely it would take longer to parse both branches of an if-constexpr then it would for the preprocessor to see the #if and discard half of it.
- banachtarski 6y agoI should clarify. My comment is a statement about the ability for the compiler to reliably cache compiled object files in an incrementally compiling situation.