https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274706
--- Comment #8 from Mark Millard <[email protected]> --- Just for reference for the modern llvm 19 vintage time frame: https://libcxx.llvm.org/FeatureTestMacroTable.html#feature-status still reports: __cpp_lib_execution unimplemented __cpp_lib_parallel_algorithm unimplemented so the implementation is likely incomplete or in error. If partially implemented, this would mean still needing to use the likes of -fexperimental-library in order to have the draft version of the related headers available. It is an up-stream status issue that FreeBSD just tracks. -- You are receiving this mail because: You are the assignee for the bug.
