October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=7977

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
February 06, 2019
https://issues.dlang.org/show_bug.cgi?id=7977

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh@quickfur.ath.cx
         Resolution|---                         |WORKSFORME

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Appears to have been fixed in the latest docs (https://dlang.org/phobos-prerelease/std_format#.formattedWrite). %(...%) is now separately defined, and does not allow arbitrary modifiers like width or positional arguments.

--