Displaying 3 results from an estimated 3 matches for "ed5eebd2".
2012 Oct 20
0
[LLVMdev] Unable to build PBQP/Graph.h with libc++
On 20.10.2012, at 22:47, Jordan Rose <jordan_rose at apple.com> wrote:
> Hi, everyone. Today I was trying to build LLVM with libc++ and C++11 enabled, and I ran into this:
>
> http://stackoverflow.com/questions/10065384/instantiation-of-a-list-with-an-incomplete-type-in-a-typedef
>
> Basically, PBQP/Graph.h forward-declares classes, then tries to get iterators for
2012 Oct 20
3
[LLVMdev] Unable to build PBQP/Graph.h with libc++
Hi, everyone. Today I was trying to build LLVM with libc++ and C++11 enabled, and I ran into this:
http://stackoverflow.com/questions/10065384/instantiation-of-a-list-with-an-incomplete-type-in-a-typedef
Basically, PBQP/Graph.h forward-declares classes, then tries to get iterators for std::lists of those classes. This is technically undefined behavior. I tried fudging with the order of
2012 Oct 20
2
[LLVMdev] Unable to build PBQP/Graph.h with libc++
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121020/ed5eebd2/attachment.html>