On Tue, Oct 4, 2016 at 11:11 PM, Jason Merrill wrote: > On Tue, Oct 4, 2016 at 4:42 PM, 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. >> >> Tested x86_64-pc-linux-gnu, applying to trunk. > > A few tweaks... And another.