[Issue 3443] Thread.thread_needLock() should be const pure nothrow
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Oct 30 21:53:05 PDT 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3443
Sean Kelly <sean at invisibleduck.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
--- Comment #1 from Sean Kelly <sean at invisibleduck.org> 2009-10-30 21:53:04 PDT ---
This isn't even a member of Thread, it's a global extern (C) routine.  I can
mark it nothrow, but const doesn't make sense and pure doesn't apply, since its
result depends on the value of a global.
-- 
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