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++/15624] Defined types lose const qualifiers in certain method signatures.


------- Additional Comments From sbrenneis at surry dot net  2004-05-24 01:08 -------
Command line: g++ gcctest.cc

Compiler output:

gcctest.cc: In function `int main(int, char**)':
gcctest.cc:28: error: invalid conversion from `const char*' to `char*'
gcctest.cc:28: error:   initializing argument 1 of `void ScopeTest::test(char*)
   '


-- 


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


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