mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Allow using wxPrintf() etc with std::string_view arguments when using C++17. This is inefficient but still more convenient than not being able to use string_view at all.