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

Don't use deprecated filesystem copy options #1264

Merged

Commits on Oct 6, 2022

  1. [INSTALL] Bump boost dependency to 1.74

    Users will either use system Boost, which is 1.74 on both Debian stable
    (bullseye) and Ubuntu 22.04 LTS, or compile from source on older systems
    or RHEL which already has older Boost anyway. Therefore bumping the
    requirement is harmless.
    p12tic committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    209c978 View commit details
    Browse the repository at this point in the history
  2. Use boost::filesystem::copy_options instead of deprecated equivalent

    The new API has been introduced in Boost 1.74 and follows C++17 more
    closely.
    p12tic committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    15452a9 View commit details
    Browse the repository at this point in the history