Update CI compiler version #201
Labels
c to c++
Porting C code to C++
ci / build
This pertains to CI / build
enhancement
New feature or request
Everything should already compile just fine with gcc 10+ or clang 11+ (#190), which are mentioned in the readme.
So, the CI compiler version should probably be updated, as it doesn't even have reasonable c++17 support.
What would be a realistic timeframe for upgrading the CI compiler?
At the moment not supported for example:
std::reduce()
(Port conversions to c++ #200)<filesystem>
(Fix handling of..
injepath()
(requires <filesystem> header) #170)The text was updated successfully, but these errors were encountered: