https://issues.dlang.org/show_bug.cgi?id=23249
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- The implementation of `%m` is also wrong, it accepts `%m` as a naked specifier, when actually it is a modifier for a conversion format. e.g: `%ms`, `%m[range]`, plus wchar equivalents `%mls` and `%ml[range]`. --
