This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51699] Clang refuses to compile ext/rope citing scope resolution issues
- 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: Thu, 29 Dec 2011 14:35:18 +0000
- Subject: [Bug libstdc++/51699] Clang refuses to compile ext/rope citing scope resolution issues
- Auto-submitted: auto-generated
- References: <bug-51699-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51699
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-12-29 14:35:18 UTC ---
I think there is a front-end bug about this, I'll try to find it.
I've encountered it myself when compiling code with Clang and needed to fix
code that G++ accepts in order to find names in dependent base classes