Re: CFT: snmalloc as libc malloc (the source_location issue)

From: Mark Millard <marklmi_at_yahoo.com>
Date: Fri, 10 Feb 2023 21:34:07 UTC
# find / -name source_location -print | more
/usr/obj/DESTDIRs/main-amd64-chroot/usr/local/lib/gcc12/include/c++/experimental/source_location
/usr/obj/DESTDIRs/main-amd64-chroot/usr/local/lib/gcc12/include/c++/source_location
/usr/local/lib/gcc12/include/c++/experimental/source_location
/usr/local/lib/gcc12/include/c++/source_location

So, none for FreeBSD and its llvm15.

This makes sense, https://libcxx.llvm.org/Status/Cxx20.html shows:

P1208R6 LWG Adopt source_location for C++20 Cologne Complete 16.0

So, likely FreeBSD will not have this until it progresses to
LLVM16 . It just changed to LLVM15 in main [so: FreeBSD 14].

===
Mark Millard
marklmi at yahoo.com