[Bug 269044] The C++20 feature 'std::source_location' is missing

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Jan 2023 09:13:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269044

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
This was only added very recently upstream (as of 2023-01-11), in
https://github.com/llvm/llvm-project/commit/73d94b19161355d06f20678d628555719eebbdcc,
so it will be in libc++ 16. It appears to depend on the
__builtin_source_location() function, which might be pretty new too.

That said, I expect this won't be backported to the 15.x branch, so it will
only be available for clang/libc++ 16.

-- 
You are receiving this mail because:
You are the assignee for the bug.