[Issue 23249] Deprecation: argument &p for format specification "%m" must be char*, not char**

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 14 11:29:45 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23249

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
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]`.

--


More information about the Digitalmars-d-bugs mailing list