cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Review usage of std::string and switch to std::string_view whenever possible #123

Closed cschreib closed 1 year ago

cschreib commented 1 year ago

I haven't spotted any obvious spot that isn't already using this (string conversion)