[Issue 7190] Tuple length incorrect

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7190 Vladimir Panteleev changed: What|Removed |Added See Also|

[Issue 7190] Tuple length incorrect

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7190 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-01-01 06:37:02 PST --- This is a forward reference bug. Workaround in core/Model.d: class SqlitePersister(T) { +static assert(T.sizeof); // force running semantic of T +

[Issue 7190] Tuple length incorrect

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7190 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 7190] Tuple length incorrect

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7190 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED