Actions
Feature #7450
openAllow for the filesystem implementation to be switched to std::filesystem
Status:
Review
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/10/2020
Due date:
% Done:
0%
Estimated time:
Description
Currently Wt 4 uses boost::filesystem internally and in some examples. I think we should be able to switch to std::filesystem
if available.
I attached a patch for it, but the current hurdle is the fact that with GCC 9 I can't convert a file_time_type
to time_t
.
Files
Updated by Matthias Van Ceulebroeck 7 months ago
- Description updated (diff)
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 6 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Actions