wxwidgets/include
Vadim Zeitlin 92649ca2e6 Fix formatting string_view in UTF-8 build
Don't use string_view data directly, as this doesn't respect its length
and would use the entire rest of the string this view is based on.

Instead, make a copy of just the part corresponding in the view to
ensure that it is NUL-terminated and also use a temporary buffer to hold
it to ensure that it lives long enough.
2023-03-28 13:48:13 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Fix formatting string_view in UTF-8 build 2023-03-28 13:48:13 +01:00