Remove all uses of std.metastrings.Format.

This commit is contained in:
jmdavis 2013-02-24 18:42:46 -08:00
parent 895550649f
commit 2735d30f4e
7 changed files with 17 additions and 19 deletions

View file

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