On Mon Jun 19 20:29:39 2023 +0000, Zebediah Figura wrote:
Well, it's not really a matter of using any one standards version, but rather supporting whatever compilers people use. I don't remember which compiler chokes on {}, but in practice I think MSVC is the limiting factor.
Makes sense. I use compound literals in a few test cases; I'll remove those too.
Surprisingly, MSVC does support compound literals, but I would have also guessed MSVC.