Actions
Bug #11261
closedMissing #include <algorithm> in WModelIndex.C
Start date:
01/18/2023
Due date:
% Done:
100%
Estimated time:
Description
Wt currently fails to compile with Visual Studio 2017 when using Boost version 1.81.0.
I suppose previous versions of Boost incidentally happened to include the necessary header for std::min
, and so do other STL implementations.
This is fixed by adding the appropriate #include <algorithm>
.
Updated by Roel Standaert almost 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Matthias Van Ceulebroeck almost 2 years ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Roel Standaert almost 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Roel Standaert
- % Done changed from 0 to 100
Updated by Roel Standaert almost 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert almost 2 years ago
- Status changed from Resolved to Closed
Actions