Skip to content

Conversation

@kmorel
Copy link
Contributor

@kmorel kmorel commented Jul 17, 2025

This version of GCC came out around the same time as C++17. Although its preprocessor macros claim that it supports the C++17, there were still some portions of the specifications that were not supported. In particular, std::filesystem is not supported. In there case where this is needed, detect GCC 7 and do not attempt to use it.

This version of GCC came out around the same time as C++17. Although
its preprocessor macros claim that it supports the C++17, there were
still some portions of the specifications that were not supported.
In particular, `std::filesystem` is not supported. In there case where
this is needed, detect GCC 7 and do not attempt to use it.
@eisenhauer eisenhauer merged commit b7a5957 into ornladios:master Jul 17, 2025
39 checks passed
@kmorel kmorel deleted the gcc-7-compatability branch July 18, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants