This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51951] Template function dependent name resolution fails
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 22 Jan 2012 23:39:05 +0000
- Subject: [Bug c++/51951] Template function dependent name resolution fails
- Auto-submitted: auto-generated
- References: <bug-51951-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51951
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-22 23:39:05 UTC ---
(In reply to comment #2)
> Compilation of attached code fails despite it is accepted by previous GCC
> versions.
That's not a bug, GCC has been fixed to conform to the standard. The Comeau
and LLVM online compilers give the same result.