This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12582] "declaration of `operator()' as non-function"


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]