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

Upgrade GCC compiler to version 8+ to be able to use C++17 standard #29

Closed
dnzbk opened this issue Oct 5, 2023 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@dnzbk
Copy link
Collaborator

dnzbk commented Oct 5, 2023

Now we have Utils::FileSystem translation unit with a lot of #ifdef and more than 1.2k lines of code which can be partially or completely replaced or partially refactored by std::filesystem.
It is critical for our application to use cross-platform libraries as we support multiple platforms.

@dnzbk dnzbk self-assigned this Oct 5, 2023
@dnzbk dnzbk changed the title It would be nice to upgrade the GCC compiler to version 8+ to be able to use C++17 standard Upgrade GCC compiler to version 8+ to be able to use C++17 standard Oct 16, 2023
@luckedea luckedea added the enhancement New feature or request label Nov 7, 2023
@dnzbk dnzbk closed this as completed Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants