November 20, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6979

           Summary: hasUnsharedAliasing cannot accept plural parameters
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: zan77137@nifty.com


--- Comment #0 from SHOO <zan77137@nifty.com> 2011-11-20 07:13:52 PST ---
This code doesn't work!

----
import std.traits;
static assert(!hasUnsharedAliasing!(int, shared(int)*));
----

Though it has the interface that can accept plural parameters, actually, it
accepts only a single parameter.
std.concurrency defines hasLocalAliasing for this purpose, but
hasUnsharedAliasing should be like this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 03, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6979


Kenji Hara <k.hara.pg@gmail.com> changed:

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2011-12-03 06:44:45 PST ---
https://github.com/D-Programming-Language/phobos/pull/338

https://github.com/D-Programming-Language/phobos/commit/97eb427c5e09cd59b08dad94db6a49d0e4706ef6

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