julia
ae9815e8
- LLVM now requires `-std=c++14` or higher (#39707)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
LLVM now requires `-std=c++14` or higher (#39707) Without these compiler flags, we run into errors such as: ``` error: unknown type name 'constexpr' ``` when including `llvm/Support/type_traits.h`
References
#39707 - LLVM now requires `-std=c++14` or higher
Author
staticfloat
Parents
0926ed88
Loading