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

LLVM 10 headers incompatible with gcc 7 #197

Open
insertinterestingnamehere opened this issue May 7, 2020 · 0 comments
Open

LLVM 10 headers incompatible with gcc 7 #197

insertinterestingnamehere opened this issue May 7, 2020 · 0 comments

Comments

@insertinterestingnamehere
Copy link
Member

In LLVM 10 the LLVM headers that we're using for command line parsing rely on the fact that std::char_traits<char>::length can be used in constexpr contexts in C++17. Gcc 7 wrongly complains about that. Though this isn't our bug, we may want to warn users about it (or even error out) if they attempt to build with that package combination.

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

1 participant