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
..
2022-12-11 10:08:58 +02:00
2022-12-11 10:08:58 +02:00
2020-02-13 17:39:15 +08:00
2021-02-08 11:25:38 +08:00