On 30.12.2023 15:49, Stuart Henderson wrote:

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.

Thank you for clarifying. I need libc++ 17 for my own small code that depends only on the C++ standard library. I don't integrate with the binary libraries of the base system.

Reply via email to