C++17 "using" syntax with commas

Since C++17, instead of saying using a; using b;, we can just say using a, b;.
I make this typo all the time, but it's not a typo any more. Neat.
Last edited on
Thank you, I did not know this :)
Topic archived. No new replies allowed.