Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of unused argument warning #19

Open
tbrown122387 opened this issue Mar 29, 2021 · 1 comment
Open

get rid of unused argument warning #19

tbrown122387 opened this issue Mar 29, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tbrown122387
Copy link
Owner

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?

@tbrown122387 tbrown122387 added the enhancement New feature or request label Mar 29, 2021
@tbrown122387 tbrown122387 added the good first issue Good for newcomers label Apr 16, 2021
@tbrown122387
Copy link
Owner Author

perhaps use std::optional?

@tbrown122387 tbrown122387 added the help wanted Extra attention is needed label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant