[Issue 3443] New: Thread.thread_needLock() should be const pure nothrow
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 26 06:21:39 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3443
Summary: Thread.thread_needLock() should be const pure nothrow
Product: D
Version: 2.035
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: sean at invisibleduck.org
ReportedBy: dsimcha at yahoo.com
--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2009-10-26 06:21:38 PDT ---
All it does is return a boolean member variable, so it clearly is really const
pure nothrow. Fixing this would allow me to remove a serious kludge from some
of my code.
--
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