mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
import std.typetuple -> import std.meta
This commit is contained in:
parent
d689291080
commit
73f773838d
43 changed files with 172 additions and 172 deletions
|
@ -30,7 +30,7 @@ version (unittest)
|
|||
// FIXME: When dmd bug #314 is fixed, make these selective.
|
||||
import std.range; // : chain;
|
||||
import std.traits; // : functionAttributes, FunctionAttribute, isSafe;
|
||||
import std.typetuple; // : TypeTuple;
|
||||
import std.meta; // : TypeTuple;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue