taskflow / taskflow

A General-purpose Parallel and Heterogeneous Task Programming System

Home Page:https://taskflow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify g++ version, or disable compile without certain compiler support

wilderfield opened this issue · comments

Please describe your feature request.

This code base uses std::inclusive_scan which does not exist in g++-7.

Is there a way we can document the supported compilers, or maybe better perform some check in CMake that checks for the minimum required compiler support?

The Readme does mention the G++ version needs to be at least v8