Show differencesHistory of post edits
#ActualZipster
Posted 25 November 2012 - 07:54 PM
I believe this is one of those rare circumstances where a const_cast was considered acceptable, and the const method calls the non-const method.
#1Zipster
Posted 25 November 2012 - 07:53 PM
I believe this is one of those rare circumstances where a const_cast was considered acceptable, and the non-const method calls the const method.