Closed scharlton2 closed 7 years ago
Code still has unnecessary const_cast<char> which can be fixed by changing char to const char* where the string is read-only. Since these changes might cause conflicts when merged, this should be done when there are no other outstanding issues.
Code still has unnecessary const_cast<char> which can be fixed by changing char to const char* where the string is read-only. Since these changes might cause conflicts when merged, this should be done when there are no other outstanding issues.