sin-ack
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
...
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).
No functional changes.
2022-07-12 23:11:35 +02:00
..
2022-06-02 22:33:00 +02:00
2022-04-01 21:24:45 +01:00
2022-06-26 22:18:30 +01:00
2022-07-12 23:11:35 +02:00
2022-05-11 20:16:43 +02:00
2022-04-09 12:21:43 +02:00
2022-05-28 23:54:06 +01:00
2022-07-12 23:11:35 +02:00
2022-05-15 12:17:36 +02:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-05-07 20:09:53 +02:00
2022-05-07 20:09:53 +02:00
2022-07-12 23:11:35 +02:00
2022-05-15 12:17:36 +02:00
2022-02-13 02:36:35 +02:00
2022-07-12 23:11:35 +02:00
2022-03-08 22:09:52 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-07-12 23:11:35 +02:00
2022-02-09 21:00:37 +00:00
2022-07-12 23:11:35 +02:00
2022-07-03 20:45:11 +02:00
2022-07-12 23:11:35 +02:00
2022-05-28 23:54:06 +01:00
2022-05-28 23:54:06 +01:00
2022-07-12 23:11:35 +02:00
2022-05-28 23:54:06 +01:00
2022-05-28 23:54:06 +01:00
2022-07-12 23:11:35 +02:00
2022-02-13 02:36:35 +02:00
2022-05-28 23:54:06 +01:00
2022-07-12 23:11:35 +02:00
2022-05-21 22:25:16 +02:00