Narrow imports of std.math in the rest of phobos.

This commit is contained in:
berni44 2021-04-20 21:01:16 +02:00 committed by The Dlang Bot
parent d8f3d3a815
commit b2019ebab0
31 changed files with 221 additions and 172 deletions

View file

@ -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"];