[Issue 4915] auto return type escapes function purity
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 22 08:18:54 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4915
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2010-09-22 08:18:15 PDT ---
Actually, the bug is something different:
pure auto f() { return 0; }
pure int g() { return f(); }
bug.d(3): Error: pure function 'g' cannot call impure function 'f'
The bug is that for 'auto' functions, 'pure' is ignored.
Bug 3359 is another aspect of the same thing. In fact I think there are about
five bugs which probably all have the same root cause.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list