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

          Issue ID: 21820
           Summary: std.format: formatting zero should never lead to empty
                    string
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: [email protected]
          Reporter: [email protected]

assert(format!"%#.0o"(0) == "0");

--

Reply via email to