I can\'t find much information on const_cast. The only info I could find (on Stack Overflow) is:
const_cast
The const_cast<>() i
const_cast<>()
You're destroying any chance at thread-safety, if you start modifying things that the compiler thought were const.