Title: Let's pretend std::initializer_list never happened| wg21.tartanllama.xyz
C++ aims to be a language for people working close to metal. It offers abstractions that cost no (or minimum) run-time or memory overhead. If you require zero-overhead abstractions, std::initialize…| Andrzej's C++ blog