Best way to use libc++?
Answered
What's the best way to use libc++ instead of libstd++? Should I add something to CMakeLists.txt? Or, is there something in CLion's settings I should use instead? This is with clang-8 on Linux. Currently Ubuntu 19.04, but hopefully Fedora 30 in the future.
Please sign in to leave a comment.
Hi! Please see this answer, for example.
Thank you, Anna. I searched for answers before posting, but I searched on the term libc++ not libcxx. It looks like the solution is rather simple.