http://d.puremagic.com/issues/show_bug.cgi?id=11220



--- Comment #5 from Walter Bright <bugzi...@digitalmars.com> 2013-10-10 
20:41:53 PDT ---
The trouble is in the "typeof(handler(1))". The type is "void", but the
compiler instantiates the template "handler" along the way, and "handler" needs
a frame pointer, and doesn't have one, hence the error.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to