nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.84k stars 7.72k forks source link

stb_include: use const-correct interface #1336

Open JuanDiegoMontoya opened 2 years ago

JuanDiegoMontoya commented 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.

gue-ni commented 7 months ago

Are there any updates on this? Could this be merged?