re PR c++/64969 (generic functions do not work with placeholder return types)
authorJason Merrill <jason@gcc.gnu.org>
Sat, 25 Jul 2015 07:12:31 +0000 (03:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 25 Jul 2015 07:12:31 +0000 (03:12 -0400)
commit003670443a8ae23b81e1e1bdc1da5a17532146c1
treefff10a2aacf2e4805178dee56ef7c17213c79ef5
parent0c0d447a96c1786e855782bd18f35f307e5ca2d8
re PR c++/64969 (generic functions do not work with placeholder return types)

PR c++/64969
* pt.c (splice_late_return_type): Correct deduced return type for
abbreviated function template.

From-SVN: r226208
gcc/cp/ChangeLog