[Issue 6521] writeln(const(tuple)) doesn't show the field values

2011-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6521 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6521] writeln(const(tuple)) doesn't show the field values

2011-08-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6521 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-08-17 18:15:36 PDT --- Expected prints: Tuple!(int)(1) const(Tuple!(int))(1) There are two ways to fix the problem. 1. Change std.typecons.Tuple!T.toString like follows: diff --git