July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=11236

Nick Treleaven <ntrel-public@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntrel-public@yahoo.co.uk

--- Comment #1 from Nick Treleaven <ntrel-public@yahoo.co.uk> ---
(In reply to Andrej Mitrovic from comment #0)
> assumeUnique could go to std.conv/std.typecons

+1 for std.conv.

> and pointsTo seems like it could fit in with std.traits.

pointsTo has been deprecated in May and replaced with 2 new std.exception functions: https://github.com/D-Programming-Language/phobos/commit/c88515

So if we're going to move mayPointTo and doesPointTo, it would be good to do it before the 2.066 release (if it's not too late) to avoid further deprecations.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11236

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--