https://issues.dlang.org/show_bug.cgi?id=15248

Vladimir Panteleev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Vladimir Panteleev <[email protected]> ---
You can reintroduce std.math.round to the current module's overload set using
an alias:

alias round = std.math.round;

--

Reply via email to