Search:
Forum
General C++ Programming
C++17 "using" syntax with commas
C++17 "using" syntax with commas
Sep 15, 2018 at 11:58pm UTC
mbozzi
(3932)
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
Sep 16, 2018 at 5:56am UTC
Sep 16, 2018 at 3:55am UTC
Ganado
(6812)
Thank you, I did not know this :)
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs