Bug #11261
Missing #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 4 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert 4 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Roel Standaert
- % Done changed from 0 to 100