i-RIC / iriclib

1 stars 3 forks source link

Code still has unnecessary const_cast<char*> #27

Closed scharlton2 closed 6 years ago

scharlton2 commented 6 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.