[Issue 1076] by using scope(exit) tail recursion ain't working
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 21 11:19:08 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1076
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #2 from bugzilla at digitalmars.com 2007-03-21 13:18 -------
Tail recursion is when the *last* thing a function does is call itself. With
scope (exit), this isn't the case, and so the function recurses normally.
--
More information about the Digitalmars-d-bugs
mailing list