issues
search
laurynas-biveinis
/
unodb
Adaptive Radix Tree in C++
Apache License 2.0
37
stars
3
forks
source link
Add LLVM 18 support
#570
Closed
laurynas-biveinis
closed
6 months ago
laurynas-biveinis
commented
6 months ago
Remove a redundant cast as diagnosed by LLVM 18
Remove gnu::pure attribute from a method template, as it's being instantiated with void too, where the attribute is illegal. Do not bother specializing the template for the void case.
Use LLVM 18 for main CircleCI and GitHub Actions runs
Add LLVM 17 to GitHub Actions old compilers run