Modern C++ Features – Class Template Argument Deduction--Arne Mertz
Pretty cool new feature of C++17!
Modern C++ Features – Class Template Argument Deduction
by Arne Mertz
From the article:
With C++17, we get class template argument deduction. It is based on template argument deduction for function templates and allows us to get rid of the need for clumsy make_XXX functions.

ACCU’s Overload journal of June 2017 is out. It contains the following C++ related articles.
Trip report!