C++17: Direct vs Copy List Initialization--Marc Gregoire

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.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.