Skip to content

Firemaw

Compare
Choose a tag to compare
@3Hren 3Hren released this 29 Aug 16:04
· 59 commits to master since this release

Fixed

  • Extend optional placeholders grammar.
    This change allows to specify fill, align and precision specification for optional placeholders when configuring the pattern formatter.

    Also the type specifier is now optional, allowing to specify no type, making libfmt to select the proper formatting itself.

    This change should fix a bug, where it’s impossible to specify the default integral value for string-formatted placeholder.