guibec / rpgcraft

RPGCraft - Minecraft / Terraria / RPGMaker mashup
MIT License
8 stars 2 forks source link

x-string: optimize using reference-array syntax: char (&src)[] #93

Closed jstine35 closed 5 years ago

jstine35 commented 5 years ago

This also allows disambiguation of xString& vs. const char* for overloaded functions!

This does officially make qstringlen obsolete. Honestly, dunno why I didn't think of this sooner.