Thread overview
[Issue 12961] Removing private import for std.conv from std.traits causes dmd test suite failure
Jul 30, 2018
Joakim
June 22, 2014
https://issues.dlang.org/show_bug.cgi?id=12961

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/71546f33a023d43c53a5bbb8e22e53e0b563732a Workaround for issue# 12961.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12961

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
July 30, 2018
https://issues.dlang.org/show_bug.cgi?id=12961

Joakim <dbugz@joakim.fea.st> changed:

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

--- Comment #2 from Joakim <dbugz@joakim.fea.st> ---
Looks like Ilya removed it later that year without a problem:

https://github.com/dlang/phobos/pull/2665

--