https://issues.dlang.org/show_bug.cgi?id=3396

--- Comment #12 from Stewart Gordon <[email protected]> ---
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?

--

Reply via email to