[Issue 20566] std.sformat should avoid allocating memory when printing floating point values
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Feb 12 08:21:27 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20566
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #7393 "fix Issue 20566 - std.sformat should avoid
allocating memory when pri…" was merged into master:
- b22070d5d6e4f329b632570f2e03432d913dc522 by Rainer Schuetze:
  fix Issue 20566 - std.sformat should avoid allocating memory when printing
floating point values
  use stack allocated buffers as long as the required precision is within
reasonable values
https://github.com/dlang/phobos/pull/7393
--
    
    
More information about the Digitalmars-d-bugs
mailing list