[Issue 6017] std.algorithm.remove has a wrong link
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Apr 23 06:13:17 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=6017
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Other                       |All
                 OS|Windows                     |All
--- Comment #13 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
This seems to be fixed locally thanks to
https://github.com/D-Programming-Language/dmd/pull/1174 and the updated 'MYREF'
macro in std.algorithm, but the changes are not yet synced with the server, it
currently points to:
http://dlang.org/phobos/std_algorithm.html#remove
Instead of:
http://dlang.org/phobos/std_algorithm.html#.remove
--
    
    
More information about the Digitalmars-d-bugs
mailing list