Discussion
Vittorio Romeo
jstimpfle: The hidden compile-time cost of <insert almost any C++ feature>
leni536: libstdc++'s <print> is very heavy, reflection or not. AFAIK there is no inherent reason for it to be that heavy, fmtlib compiles faster.<meta> is another question, it depends on string_view, vector, and possibly other parts. Maybe it's possible to make it leaner with more selective internal deps.