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

non-virtual-dtor in future_error_category #368

Open
Sil3ntStorm opened this issue Apr 6, 2022 · 1 comment
Open

non-virtual-dtor in future_error_category #368

Sil3ntStorm opened this issue Apr 6, 2022 · 1 comment

Comments

@Sil3ntStorm
Copy link

libs/thread/src/future.cpp:19:12: warning: 'boost::thread_detail::future_error_category' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
class future_error_category :
^
1 warning generated.

@cpsauer
Copy link

cpsauer commented Nov 15, 2022

+1
It's not obvious without more context that there isn't potential for a real issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants