Loading
taskflow: use C++20 standard
> Although Taskflow supports primarily C++17, you can enable C++20 > compilation through -std=c++20 to achieve better performance due to > new C++20 features. That being said, we are actively working on > migrating Taskflow to C++20, which is planned for the next major > release v4.