Project

General

Profile

Actions

Bug #11261

closed

Missing #include <algorithm> in WModelIndex.C

Added by Roel Standaert over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Roel Standaert
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>.

Actions #1

Updated by Roel Standaert over 1 year ago

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

Updated by Matthias Van Ceulebroeck over 1 year ago

  • Assignee set to Matthias Van Ceulebroeck
Actions #3

Updated by Roel Standaert over 1 year ago

  • Status changed from Review to Implemented @Emweb
  • Assignee changed from Matthias Van Ceulebroeck to Roel Standaert
  • % Done changed from 0 to 100
Actions #4

Updated by Roel Standaert over 1 year ago

  • Status changed from Implemented @Emweb to Resolved
Actions #5

Updated by Roel Standaert over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF