Patrick Lodder 95554c3e5c
fs: for boost 1.74 and up, use c++17 compatible copy_options
In boost 1.74.0, boost::filesystem adapted path::copy_option enum
to be the same as the enum in the fs::path from c++17, which is
now called copy_options, and its member "overwrite_if_exists"
is now called "overwrite_existing". In boost 1.85, the deprecated
copy_option enum is fully removed.

Because Dogecoin Core currently supports boost 1.60 and up,
conditionally implement the new enum based on the boost version
that is built against.
2024-06-25 10:03:41 -04:00
..
2024-02-25 13:12:26 -05:00
2024-03-24 16:38:08 -04:00
2024-03-07 13:54:32 +08:00