We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling with Visual Studio 2017 RC and Visual Studio 2015 Update 3. Treat specific warning as error: 4265
MatcherUntypedBase has virtual functions, but not a virtual destructor. Adding an empty virtual destructor fixes the issue.
The text was updated successfully, but these errors were encountered:
d5a5883
Thanks for that. I've added that specific warning to the VS solution generation, too, now
Sorry, something went wrong.
No branches or pull requests
Description
Compiling with Visual Studio 2017 RC and Visual Studio 2015 Update 3.
Treat specific warning as error: 4265
MatcherUntypedBase has virtual functions, but not a virtual destructor. Adding an empty virtual destructor fixes the issue.
The text was updated successfully, but these errors were encountered: