-
-
Notifications
You must be signed in to change notification settings - Fork 17
get rid of unused argument warning #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
not sure how to do this...
statistically, these pure virtual methods need to allow for the requested arguments. The compiler warnings do get annoying though.
How can we override pure virtual functions? It would request that only one "version" of the function be defined?