-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
c to c++Porting C code to C++Porting C code to C++ci / buildThis pertains to CI / buildThis pertains to CI / buildenhancementNew feature or requestNew feature or request
Description
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)
hermabe
Metadata
Metadata
Assignees
Labels
c to c++Porting C code to C++Porting C code to C++ci / buildThis pertains to CI / buildThis pertains to CI / buildenhancementNew feature or requestNew feature or request