Open JuanDiegoMontoya opened 2 years ago
stb_include's interface should be const-correct to give the programmer guarantees about their arguments and to prevent the need for an explicit cast to pass const char*s (e.g. string literals) to read-only parameters.
const char*
Are there any updates on this? Could this be merged?
stb_include's interface should be const-correct to give the programmer guarantees about their arguments and to prevent the need for an explicit cast to pass
const char*
s (e.g. string literals) to read-only parameters.