This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12582] "declaration of `operator()' as non-function"
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Oct 2003 02:48:37 -0000
- Subject: [Bug c++/12582] "declaration of `operator()' as non-function"
- References: <20031012015759.12582.mckelvey@maskull.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12582
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-12 02:48 -------
Actually the only thing needed to include is cmath but there is already a bug for all c++ headers
putting items in the global namespace but since the c++ header files include the corespoding c
header file and the c header file is part of the c library which is not part of gcc at all, we (gcc
developers) have a hard time to fix this problem.