[Issue 11236] assumeUnique and pointsTo do not belong in std.exception
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jul 8 08:07:38 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=11236
Nick Treleaven <ntrel-public at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ntrel-public at yahoo.co.uk
--- Comment #1 from Nick Treleaven <ntrel-public at 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.
--
More information about the Digitalmars-d-bugs
mailing list