-
Notifications
You must be signed in to change notification settings - Fork 3
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
Move gradually to std::filesystem #952
Comments
This uses the std::filesystem now. bibledit/cloud#952
When enabling Device(s) with issues Exceptions |
bibledit/cloud#952 This still has std::filesystem disabled for Windows.
bibledit/cloud#952 Updated to enable std::filesystem in Windows.
For Ubuntu 22.04 see this issue: #960 That is why the std::filesystem is disabled for all of Cloud and Linux client, just to be sure. |
It is now time to use the newer filesystem calls from the
std::filesystem
library.To keep testing whether it keeps working after the move.
std::filesystem
but the app is very slow in the simulator - to be retried later.std::wstring
: Nope, this is still needed for other calls.DIRECTORY_SEPARATOR
USE_STD_FILESYSTEM
The text was updated successfully, but these errors were encountered: