[cfe-dev] clang cannot parse libc++ headers? <vector>
Howard Hinnant
hhinnant at apple.com
Wed Jun 23 09:30:30 PDT 2010
On Jun 23, 2010, at 12:28 PM, Cédric Venet wrote:
>
>>> Is this expected to work? I was thinking that libc++ was compiling with
>>> clang. Did I dream or is it a regression?
>>>
>> Currently - dream, noone is working on libc++ outside of darwin world.
>>
>
> yes, I can see it would not compile/run but I am only interested in
> parsing files (with semantic) and the main error was that
> someclass<T>::~someclass() was not correctly understood. This should
> work the same on darwin or windows. And the libc++ site claims to
> compile with clang.
I'm not seeing this error on Mac OS. I imagine that if someclass<T>::~someclass() isn't compiling it should be pretty easy to create a reduced test case.
-Howard
More information about the cfe-dev
mailing list