[Issue 3396] Call of abstract method not detected by semantic check
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Aug 11 15:22:16 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=3396
--- Comment #12 from Stewart Gordon <smjg at iname.com> ---
http://dlang.org/function.html
"Functions without bodies:
int foo();
that are not declared as abstract are expected to have their implementations
elsewhere, and that implementation will be provided at the link step."
Where does the spec indicate that functions that _are_ declared as abstract can
also have their implementations elsewhere?
--
More information about the Digitalmars-d-bugs
mailing list