mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Narrow imports of std.math in the rest of phobos.
This commit is contained in:
parent
d8f3d3a815
commit
b2019ebab0
31 changed files with 221 additions and 172 deletions
|
@ -1185,7 +1185,7 @@ private void setConfig(ref configuration cfg, config option) @safe pure nothrow
|
|||
@safe unittest
|
||||
{
|
||||
import std.conv;
|
||||
import std.math;
|
||||
import std.math.operations : isClose;
|
||||
|
||||
uint paranoid = 2;
|
||||
string[] args = ["program.name", "--paranoid", "--paranoid", "--paranoid"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue