[Issue 15248] Function in current module is not allowed to overload imported function
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Oct 27 03:22:59 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15248
Vladimir Panteleev <thecybershadow at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com
--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
You can reintroduce std.math.round to the current module's overload set using
an alias:
alias round = std.math.round;
--
    
    
More information about the Digitalmars-d-bugs
mailing list