Best way to use libc++?
已回答
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.
请先登录再写评论。
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.