Actions
Bug #14311
closedCompilation with C++17 filesystem is broken
Start date:
02/06/2026
Due date:
% Done:
0%
Estimated time:
Description
When I compile with -DWT_CPP17_FILESYSTEM_IMPLEMENTATION="std", compilation fails because the file WDocRootDataInfo.C (introduced fairly recently) uses Boost.Filesystem directly instead of using your feature-flag-aware cpp17::filesystem.
The fix is trivial. I submitted a pull request on GitHub and also attached that diff as a patch file in this issue
https://github.com/emweb/wt/pull/237
Files
Updated by Romain Mardulyn about 2 months ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn about 2 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck about 2 months ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Romain Mardulyn about 2 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
Updated by Romain Mardulyn about 1 month ago
- Status changed from Implemented @Emweb to Closed
Actions