www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4760] New: core.atomic.atomicLoad() should be public

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4760

           Summary: core.atomic.atomicLoad() should be public
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: sean invisibleduck.org
        ReportedBy: dsimcha yahoo.com



Is there any reason why atomicLoad() isn't public in core.atomic?  It's useful,
presumably stable and already implemented.  Lack of this being public has made
me have to cut and paste snippets of the code into my std.parallelism module
that's under review.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 29 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4760


David Simcha <dsimcha yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



This was resolved in 2.053.  No idea why it wasn't marked as such.

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