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

Closed
opened 2026-02-28 04:19:02 -05:00 by deekerman · 0 comments
Owner

Originally created by @dnzbk on GitHub (Oct 5, 2023).

Originally assigned to: @dnzbk on GitHub.

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.

Originally created by @dnzbk on GitHub (Oct 5, 2023). Originally assigned to: @dnzbk on GitHub. 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.
deekerman 2026-02-28 04:19:02 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nzbget#23
No description provided.