Skip to content

Replace tinyfmt with fmt (https://github.com/fmtlib/fmt) #773

@JonnyH

Description

@JonnyH

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementThis 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 OpenApoc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions