[Bug c++/83796] New: Abstract classes allowed to be instantiated when initialised as default parameter to function or constructor
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: johnsonmichaelgraham at gmail dot com Target Milestone: --- Test Case: class MyAbstractClass { public: virtual int
[Bug c++/83796] Abstract classes allowed to be instantiated when initialised as default parameter to function or constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83796 Michael Johnson changed: What|Removed |Added Version|5.4.0 |7.2.0 --- Comment #1 from Michael John