optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
116 stars 33 forks source link

Bump requested C++ standard version to C++17 #459

Closed andrea-iob closed 4 months ago

andrea-iob commented 6 months ago

It's 2024, C++17 seems the bare minimum.

marcocisternino commented 4 months ago

https://en.cppreference.com/w/cpp/17 gcc 8.5.0 is not considered as stable as gcc 9 about c++17, but from the reference above the language core and the most of the lib features should be supported (excluding parallel algo and exec policies, Hardware interference size and polymorphic memory resources, Major portion of C11 standard library and DR17 std::filesystem::path)

marcocisternino commented 4 months ago

I added: