Simon Rozman f5bce32d06 Use std::string_view where possible
Unfortunately, MSVC cannot deduce template parameters properly where
`const std::basic_string_view<...>` is the parameter. It requires
explicit type cast or explicit template type specification. Which kind
of voids the whole purpose of using std::basic_string_view to make the
client code simpler.

Example: https://gist.github.com/rozmansi/493911be70bdac08dc6826c976c5bbe4
Signed-off-by: Simon Rozman <simon@rozman.si>
2023-12-22 14:17:08 +01:00
..
2023-11-17 15:14:53 +01:00
2023-12-21 09:21:32 +01:00
2023-12-11 11:33:27 +01:00
2023-12-22 14:17:08 +01:00
2023-12-11 11:33:27 +01:00
2023-12-11 11:33:27 +01:00
2023-12-11 11:33:27 +01:00
2023-12-11 11:33:27 +01:00
2023-12-11 11:33:27 +01:00
2023-12-11 11:33:27 +01:00
2023-12-11 11:33:27 +01:00
2023-12-22 14:17:08 +01:00
2023-11-10 12:38:13 +01:00
2023-12-11 11:33:27 +01:00
2023-12-22 14:17:08 +01:00
2023-11-10 08:36:33 +01:00
2023-12-22 14:17:08 +01:00
2023-11-08 13:48:41 +01:00
2023-12-11 11:33:27 +01:00