this post was submitted on 10 Feb 2024
19 points (82.8% liked)
C++
1762 readers
2 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This sounds pretty interesting to do for funsies. I wonder if / how easy can it be extended to support i18n (eg.: "1_ro", "2_do", "3_ro", "4_to" for Spanish).
Also thanks for not supporting negatvie integers. Trying to do that with UDLs over integers leads to rather annoying "funsies", see StackOverflow and glados-418.
It should be easy to edit the existing code to add support for i18n, but there's probably no way to make in generic (except for macros).
Sounds like a plan for a funsies long weekend, might send a PR if I advance with it enough.