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.
March 23-28, London, UK
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.