This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53247] [regression, c++11] can't use a function from a base class of the same name in a different namespace
- 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: Sat, 05 May 2012 17:43:01 +0000
- Subject: [Bug c++/53247] [regression, c++11] can't use a function from a base class of the same name in a different namespace
- Auto-submitted: auto-generated
- References: <bug-53247-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53247
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fabien at gcc dot gnu.org
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-05 17:43:01 UTC ---
Fabien, is this a dup of one of the other "using" regressions?