boostorg / bcp

Boost.org bcp module
http://boost.org/libs/bcp
Other
14 stars 34 forks source link

Deprecated features have been removed from boost::filesystem. #19

Closed syntax-case closed 1 month ago

syntax-case commented 5 months ago

bcp uses a couple of features that have been removed from boost::filesystem in the 1.85.0 release of boost. See https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html As a result bcp can't be built anymore using the latest version. It looks like most of the issues are functions that had their name changed, or definitions that moved to a different header.

This was fixed on the develop branch, but master hasn't been updated yet.