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]

Re: "delete this;" in const member function?


>>>>> Ingolf Koch <ingolf@mathematik.uni-jena.de> writes:

> Is it allowed to "delete this" in a const member function?

Yes.  You can now delete a const*.

Jason


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