This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34338] error: no matching function for call to 'C::count()'
- From: "gray_song at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2007 06:01:33 -0000
- Subject: [Bug c++/34338] error: no matching function for call to 'C::count()'
- References: <bug-34338-15475@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from gray_song at yahoo dot com 2007-12-05 06:01 -------
(In reply to comment #4)
> No, I mean add the following statement:
> using A::count;
>
> to the class.
>
Thank you very much for replying. I tried to add the "using A::count;" to class
C. But it didn't work.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34338