mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Remove all uses of std.metastrings.Format.
This commit is contained in:
parent
895550649f
commit
2735d30f4e
7 changed files with 17 additions and 19 deletions
|
@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
|
|||
*/
|
||||
module std.functional;
|
||||
|
||||
import std.metastrings, std.traits, std.typecons, std.typetuple;
|
||||
import std.traits, std.typecons, std.typetuple;
|
||||
// for making various functions visible in *naryFun
|
||||
import std.algorithm, std.conv, std.exception, std.math, std.range, std.string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue