Open Sil3ntStorm opened 2 years ago
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.
+1 It's not obvious without more context that there isn't potential for a real issue here.
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.