This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52185] Const member function may change the object for which the function is called.
- From: "lsoltysiak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 09 Feb 2012 18:30:34 +0000
- Subject: [Bug c++/52185] Const member function may change the object for which the function is called.
- Auto-submitted: auto-generated
- References: <bug-52185-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52185
--- Comment #4 from xfg <lsoltysiak at gmail dot com> 2012-02-09 18:30:34 UTC ---
Ok, I understood. Pointers are also quite good examples, to explain that.
Thanks Jonathan.