re PR c++/57243 (Using auto in range based for with templated container in templated...
authorJason Merrill <jason@redhat.com>
Tue, 14 May 2013 20:36:32 +0000 (16:36 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 14 May 2013 20:36:32 +0000 (16:36 -0400)
commit71b04de2fb6c33227da78045728e52401081a759
treef544ee90f4214df93972d07cf8987c7000777048
parent2e55d0628102889d377feec36ca7699abd8afb1e
re PR c++/57243 (Using auto in range based for with templated container in templated function requires extraneous template qualifier)

PR c++/57243
* parser.c (cp_parser_range_for): Call complete_type.

From-SVN: r198901
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp0x/range-for25.C [new file with mode: 0644]