Skip to content
Snippets Groups Projects

[Vc] Work around missing #include <algorithm> in Vc.

Closed Jö Fahlke requested to merge fix/88-vc-work-around-missing-algorithm-include into master

Vc/common/algorithm.hh uses std::for_each_n() when it detects C++17, but fails to include <algorithm>. Work around this by including <algorithm> ourselves whenever we include <Vc/Vc>.

Closes: #88 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading