mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 19:49:36 +03:00
Add a space to a selective import in std.uni
This commit is contained in:
parent
f9b2d42e9e
commit
32d76b97d8
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ import std.range.primitives; // back, ElementEncodingType, ElementType, empty,
|
|||
import std.traits; // isConvertibleToString, isIntegral, isSomeChar,
|
||||
// isSomeString, Unqual
|
||||
import std.exception : enforce, collectException;
|
||||
import core.memory: pureMalloc, pureRealloc, pureFree;
|
||||
import core.memory : pureMalloc, pureRealloc, pureFree;
|
||||
import core.exception : onOutOfMemoryError;
|
||||
static import std.ascii;
|
||||
// debug = std_uni;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue