You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably not entirely feasible, as I'm pretty sure that Poco can do things that std::filesystem cannot do. Specifically, the UTF16 <> UTF8 conversion Poco does on Windows.
See also: Poco::Thread and std::thread for how things went ;-)
Poco libraries implement some functionality that is provided with
std::filesystem
.Minimum standard that Poco supports is C++17 and that includes
std::filesystem
.Redundant Poco functionality shall be deprecated or rewritten
using std::filesystem
features.Poco::DirectoryIterator
Poco::File
Poco::Path
The text was updated successfully, but these errors were encountered: