citra/src/core/gdbstub
Ian Chamberlain 025913a734
Fix string_view constructor for macOS clang
Some versions of clang 14 (macOS+android) don't implement
`string_view(It first, It last)`, so let's use
`string_view(const CharT*, size_type)` instead.

Also remove unused header leftover from old code that uses std::string.
2023-04-11 10:06:08 -04:00
..
gdbstub.cpp Update some c-style casts -> reinterpret_cast 2023-04-04 13:21:25 -04:00
gdbstub.h Cleanup new code, add docs and error handling 2023-04-04 13:13:24 -04:00
hio.cpp Fix string_view constructor for macOS clang 2023-04-11 10:06:08 -04:00
hio.h Fix string_view constructor for macOS clang 2023-04-11 10:06:08 -04:00