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>
.
Actions