Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use std::filesystem instead of boost::filesystem #2153

Merged

Conversation

joto
Copy link
Collaborator

@joto joto commented Apr 2, 2024

This changes the minimum GCC version supported from 7 to 8, because std::filesystem is only in glibc 8. All major distributions have support for this for a long time now.

This changes the minimum GCC version supported from 7 to 8, because
std::filesystem is only in glibc 8.
@lonvia lonvia merged commit 6466532 into osm2pgsql-dev:master Apr 2, 2024
26 checks passed
@joto joto deleted the replace-boost-filesystem-by-std-filesystem branch April 3, 2024 19:42
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.

2 participants