class-deduction65.C
349 Bytes
-
PR c++/90190 - CTAD with list-constructor. · 1474a2e5
The passage quoted talks about an initializer list containing a single expression, but a braced-init-list is not an expression. * pt.c (do_class_deduction): Don't try the single element deduction if the single element is also a braced list. From-SVN: r270468
Jason Merrill committed