Skip to content

Conversation

@fljx
Copy link

@fljx fljx commented Jul 31, 2025

Building this project with somewhat new toolchain (gcc-15.1) brought me to hundreds of linker errors on std::experimental::filesystem.

The quickest and easiest solution was to bump the configuration to C++20 (OK, it could be C++17) and use std::experimental.

Later it may be adequate to tinker with linker flags to make it build again with C++11, but being honest, we are in 2025!

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.

1 participant