[Issue 8450] measureTime doesn't work with unsafe template functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 26 20:19:16 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8450



--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-07-26 20:19:14 PDT ---
Hmmmm. I don't think that untyped lambda functions _can_ be considered @safe.
They need an actual type for that to be properly checkable. They're not
isCallable, and since they aren't fully formed, you can't actually know whether
or not it's @safe.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list