search for: dynarray

Displaying 3 results from an estimated 3 matches for "dynarray".

Did you mean: diarray
2015 Feb 17
3
[LLVMdev] I would like to banish libc++'s <dynarray> implementation into "experimental"
<dynarray> was added to the C++14 standard, libc++ implemented it, and then it was removed. Now (from the standard’s point of view), it is in limbo. I would like to move it into std/experimental; to make it clear that it’s not a part of the standard. Any objections? Anyone using it? — Marshall
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...-- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./experimental/optional > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./experimental/utility > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./experimental/dynarray > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./experimental/string_view > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./experimental/__config > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./csi...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote: >> >> I try to build libc++ and libc++abi for host x86_64(linux) and target >> arm(linux) but fail. >> > > Failing in what way? If this isn't working out of the box, we've done > something wrong. Yeah, it would help to know more specifics about where you're getting stuck. > > jroelofs might know more... For