Skip to content

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

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