-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
EnhancementThis is a request for something that makes OpenApoc work better or more intuitivelyThis is a request for something that makes OpenApoc work better or more intuitivelyFeature RequestThis is a request for a new thing to be added to OpenApocThis is a request for a new thing to be added to OpenApoc
Description
fmt:
- Allows positional arguments to ease translation (e.g. the string format("Do {0} to {1}", thing1, thing2) could be "translated" as "Do {1} to {0}", to allow different ordering in the sentance
- Currently in the draft c++20 standard, so pretty likely to be in standard libs soon (fewer dependencies and wider use and programmer exposure is good)
- Faster compile times
- Fast run times
compared to tinyformat.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementThis is a request for something that makes OpenApoc work better or more intuitivelyThis is a request for something that makes OpenApoc work better or more intuitivelyFeature RequestThis is a request for a new thing to be added to OpenApocThis is a request for a new thing to be added to OpenApoc