Xcode – std::boyer_moore_searcher and std::execution::par not available on AppleClang 14.0.0
I'm running macOS Monterey 12.6.1 on a Macbook Air and there are no further updates available. I checked my AppleClang version and it's 14.0.0. If I compile a simple C++ code using e.g. std::boyer_moore_searcher, the function is not found like…