[Issue 16084] Linker error with interface final function calling virtual function
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri May 27 08:02:46 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16084
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |link-failure
CC| |thecybershadow at gmail.com
--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
How can this code be valid? You are declaring a templated function with no
implementation. Templated functions cannot be virtual. I think this shouldn't
even compile.
--
More information about the Digitalmars-d-bugs
mailing list