On Tue, 4 Oct 2016, Jason Merrill wrote:
C++17 adds the ability to omit the template arguments for a class template when declaring a variable with an initializer, much like auto but supporting a wider variety of initialization. This is intended to replace functions like make_tuple.
Nice. Is there a macro to test for this feature? I couldn't find it in the latest sg10 list.
-- Marc Glisse