mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Phobos should only mention tuple as std.typecons.Tuple
This commit is contained in:
parent
0f74b4c29f
commit
a76d90c927
11 changed files with 141 additions and 133 deletions
|
@ -1214,7 +1214,7 @@ unittest
|
|||
//To check the class payload itself, iterate on its members:
|
||||
()
|
||||
{
|
||||
foreach (index, _; FieldTypeTuple!C)
|
||||
foreach (index, _; FieldTypes!C)
|
||||
if (doesPointTo(a.tupleof[index], i))
|
||||
return;
|
||||
assert(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue