[Bug c++/11467] using doesn't help with two-stage lookup of members in template base

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Tue Jul 8 14:34:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11467


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-08 14:34:48
               date|                            |


------- Additional Comments From bangerth at dealii dot org  2003-07-08 14:34 -------
Confirmed.

Putting the using declaration into the function is not allowed, though.
You can only do that with namespace names.

W.



More information about the Gcc-bugs mailing list