Actions
Feature #7450
openAllow for the filesystem implementation to be switched to std::filesystem
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 9 months ago
- Description updated (diff)
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 7 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck about 1 month ago
- Assignee set to Matthias Van Ceulebroeck
- Target version set to 4.12.0
Actions