[Bug 274706] The C++ header 'execution' is missing

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 14 Dec 2024 02:29:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274706

--- Comment #8 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
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.