mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +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
|
@ -426,7 +426,7 @@ unittest
|
|||
// purity and safety inference test
|
||||
unittest
|
||||
{
|
||||
import std.typetuple;
|
||||
import std.meta;
|
||||
|
||||
foreach (EncloseSafe; TypeTuple!(false, true))
|
||||
foreach (EnclosePure; TypeTuple!(false, true))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue