[Issue 5934] Finite recursive templates are not allowed

2011-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5934 --- Comment #1 from Maksim Zholudev maxim...@gmail.com 2011-05-06 07:55:47 PDT --- The following code works, but such workarounds are annoying: -- struct Foo { auto opUnary(string op)() if(op == -) { return

[Issue 5934] Finite recursive templates are not allowed

2011-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5934 Maksim Zholudev maxim...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED