1
0
mirror of synced 2026-01-23 19:17:15 +00:00
Jannis Harder b6db32873d Add IdString const &id_string() const to StaticIdString and IdString
The vast majority of ID(...) uses are in a context that is overloaded
for StaticIdString or will cause implicit conversion to an IdString
constant reference. For some sufficently overloaded contexts, implicit
conversion may fail, so it's useful to have a method to force obtaining
a `IdString const &` from an ID(...) use.

When turning all literal IdStrings of the codebase into StaticIdStrings
this was needed in exactly one place, for which this commit adds an
`id_string()` call.
2025-09-09 09:56:55 +12:00
..
2025-08-12 15:37:12 +02:00
2025-04-08 11:58:05 +12:00
2024-05-21 16:18:03 +02:00
2025-04-22 17:42:52 +12:00
2025-07-16 17:11:19 +02:00
2025-09-01 23:34:42 +00:00