$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [locale] Formal review of Boost.Locale library starts tomorrow
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2011-04-08 11:11:40
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