mirror of
https://github.com/nzbgetcom/nzbget.git
synced 2026-03-02 22:57:10 -05:00
Upgrade GCC compiler to version 8+ to be able to use C++17 standard #23
Labels
No labels
bug
documentation
enhancement
extension
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nzbget#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.