You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: