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

Build fixes with clang 11 #138

Draft
wants to merge 6 commits into
base: development
Choose a base branch
from

Conversation

correa
Copy link

@correa correa commented Aug 30, 2020

This PR fixes some compile errors found trying to compile with LLVM Clang version 11

@correa correa marked this pull request as ready for review August 31, 2020 02:02
@correa correa marked this pull request as draft August 31, 2020 02:08
Causes build failure with default compiler settings used in cmake [-Werror,-Winconsistent-missing-override]
The C++11 standard states that forward declaring classes that are part of the std namespace is undefined (section 17.6.4.2.1)
Using the standard C++11 implementation.
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.

None yet

1 participant