
8 Apr
2011
8 Apr
'11
3:11 p.m.
On 08.04.2011, at 16:54, Marshall Clow wrote:
On Apr 8, 2011, at 7:17 AM, Steven Watanabe wrote:
clang uses GCC's libstdc++ directly. It doesn't have its own version.
Actually, it does: http://libcxx.llvm.org/
That's its own standard library, but on Linux, you will generally use libstdc++, not libc++, for compatibility. And there, Clang simply uses the installed one. Sebastian