Skip to content
Snippets Groups Projects
Commit 8de5dd22 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[Vc] Work around missing std::for_each_n() in g++ 7.2.

`Vc/common/algorithm.hh` uses `std::for_each_n()` when it detects C++17, but
g++ 7.2 does not seem to provide it (yet).  Work around this by disabling the
macro that signals C++17-support in Vc.

Closes: #88.
parent 9c6f2e13
Branches
Tags
Loading
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment