Skip to content

Use override keyword with Visual Studio. #478

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

Merged
merged 1 commit into from
May 28, 2016

Conversation

quantumsteve
Copy link
Contributor

On Visual Studio 2015 the macro __cplusplus=199711L (see http://rextester.com/CDCA6582), so the override keyword won't be used even though it is available. This adds an additional check to ensure the override keyword is used with recent versions of Visual Studio.

@cdunn2001 cdunn2001 merged commit 43203f1 into open-source-parsers:master May 28, 2016
@quantumsteve quantumsteve deleted the msvc_override branch May 31, 2016 15:24
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

Successfully merging this pull request may close these issues.

2 participants