MarcoFalke fa8ef7d138
refactor: Avoid copy of bilingual_str when formatting, Fix ADL violation
The return type of TranslateArg is std::string, which creates a copy.
Fix this by moving everything into a lambda that takes a reference and
returns a reference.

Also, the format function is called without specifying the namespace it
lives in. Fix this by specifying the namespace. See also:
7a59865793/doc/developer-notes.md (L117-L137).
2023-06-15 16:21:29 +02:00
..
2023-03-23 12:55:18 +01:00
2023-03-23 12:55:18 +01:00
2023-05-09 11:33:09 +02:00
2023-05-09 11:33:09 +02:00
2023-01-24 12:09:29 +01:00
2023-03-23 12:55:18 +01:00
2023-03-23 12:55:18 +01:00
2022-12-24 23:49:50 +00:00
2021-12-30 19:36:57 +02:00
2022-12-24 23:49:50 +00:00
2023-05-08 12:40:48 +02:00
2023-05-08 12:40:48 +02:00
2021-12-30 19:36:57 +02:00
2022-12-24 23:49:50 +00:00