Phobos should only mention tuple as std.typecons.Tuple

This commit is contained in:
Dicebot 2015-04-29 21:18:46 +03:00
parent 0f74b4c29f
commit a76d90c927
11 changed files with 141 additions and 133 deletions

View file

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