Project

General

Profile

Bug #11261

Missing #include <algorithm> in WModelIndex.C

Added by Roel Standaert 4 months ago. Updated 4 months ago.

Status:
Closed
Priority:
Normal
Target version:
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>.

#1

Updated by Roel Standaert 4 months ago

  • Status changed from InProgress to Review
  • Assignee deleted (Roel Standaert)
#2

Updated by Matthias Van Ceulebroeck 4 months ago

  • Assignee set to Matthias Van Ceulebroeck
#3

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
#4

Updated by Roel Standaert 4 months ago

  • Status changed from Implemented @Emweb to Resolved
#5

Updated by Roel Standaert 4 months ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF