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)
PR c++/64969
* pt.c (splice_late_return_type): Correct deduced return type for
abbreviated function template.

From-SVN: r226208

gcc/cp/ChangeLog

index 39869df547c7aea957f7a27e8e9922b29c74dfe8..7cb343f20480e55309b60842e995d455409ceabc 100644 (file)
@@ -1,6 +1,6 @@
 2015-07-24  Jason Merrill  <jason@redhat.com>
 
-       PR c++/64989
+       PR c++/64969
        * pt.c (splice_late_return_type): Correct deduced return type for
        abbreviated function template.