std::reduce does not appear to parallelise an std algorithm with execution policies
I have been experimenting with later versions of the c++ standard, in particular to better understand concurrent programming in modern c++. I am developing on MacOS Sonoma on an Intel MacBook Pro. I have been using gcc 13.2 (Homebrew), as the clang compiler that comes with Xcode Developer Tools does not implement the concurrency part of the C++17 standard.