C++17 brought many things:
C++17: Direct vs Copy List Initialization
by Marc Gregoire
From the article:
The auto type deduction rules have changes in C++17. With C++17, if you use copy list initialization, then an initializer_list<> is deduced.
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Adrien Hamelin | Aug 10, 2017 01:12 PM | Tags: c++17 basics
C++17 brought many things:
C++17: Direct vs Copy List Initialization
by Marc Gregoire
From the article:
The auto type deduction rules have changes in C++17. With C++17, if you use copy list initialization, then an initializer_list<> is deduced.
There are currently no comments on this entry.
Add a Comment
Comments are closed.