[Issue 15991] New: std.datetime.StopWatch is not @nogc
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed May 4 07:40:57 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15991
Issue ID: 15991
Summary: std.datetime.StopWatch is not @nogc
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: me at philpax.me
As far as I can tell, StopWatch does not use the GC at all - it should be
fairly simple to make it @nogc.
--
More information about the Digitalmars-d-bugs
mailing list