16 Jul
2015
16 Jul
'15
11:12 a.m.
Mathias Gaunard wrote:
A core foundational library should not instantiate templates that it doesn't strictly need to. Instantiating templates has a very high impact on compile-time memory usage, performance, ...
That's not always true in C++11/17. One example is the and
and on the well-formed programs it allows.