On 2023/12/30 14:15, Irek Szcześniak wrote: > Thank you for your authoritative answer. I'll try to build and use > libc++ 17 with devel/llvm/17, and then I'll report back on the > progress.
Note that you can't mix and match C++ standard library versions between a program and libraries used by that program; i.e. if you link against shared libraries using C++ from pacakages (various) or xenocara (libGLU) you won't be able to use a version of libc++ other than the one in base. (As such, it's unlikely that a diff to use anither libc++ version would be accepted for the llvm ports.) > > New base libc++ is WIP. Specifically, the WIP is for 16.0.6 (also compiler_rt, libcxxabi, libunwind).