search for: __tree

Displaying 8 results from an estimated 8 matches for "__tree".

2017 Jan 16
4
[RFC 0/2] Propose a new pointer trait.
...github.com/pmem/nvml). I will be happy to answer any questions you might have and await your feedback. Thanks, Tom Tomasz Kapela (2): pm: change deque typedef pm: add persistency_type typedef to pointer_traits include/__hash_table | 20 ++++++++------ include/__tree | 8 +++--- include/deque | 8 +++--- include/list | 7 +++-- include/map | 7 +++-- include/memory | 31 ++++...
2012 Sep 27
4
[LLVMdev] Clang bug?
...^ /usr/bin/../lib/c++/v1/__config:253:34: note: expanded from macro '_NOEXCEPT_' # define _NOEXCEPT_(x) noexcept(x) ^ /usr/bin/../lib/c++/v1/memory:2386:15: note: in instantiation of template class 'std::__1::__libcpp_compressed_pair_imp<std::__1::__tree_end_node<std::__1::__tree_node_base<void *> *>, std::__1::allocator<std::__1::__tree_node<std::__1::pair<int, Templ8<int>::Member *>, void *>>, 2>' requested here : private __libcpp_compressed_pair_imp<_T1, _T2> ^ /usr/bin/../...
2012 Sep 28
0
[LLVMdev] Clang bug?
...b/c++/v1/__config:253:34: note: expanded from macro '_NOEXCEPT_' > # define _NOEXCEPT_(x) noexcept(x) > ^ > /usr/bin/../lib/c++/v1/memory:2386:15: note: in instantiation of > template class 'std::__1::__libcpp_compressed_pair_imp<std::__1::__tree_end_node<std::__1::__tree_node_base<void > *> *>, > std::__1::allocator<std::__1::__tree_node<std::__1::pair<int, > Templ8<int>::Member *>, void *>>, 2>' requested here > : private __libcpp_compressed_pair_imp<_T1, _T2> >...
2012 Sep 28
4
[LLVMdev] Clang bug?
...: expanded from macro > '_NOEXCEPT_' > > # define _NOEXCEPT_(x) noexcept(x) > > ^ > > /usr/bin/../lib/c++/v1/memory:2386:15: note: in instantiation of > > template class > 'std::__1::__libcpp_compressed_pair_imp<std::__1::__tree_end_node<std::__1::__tree_node_base<void > > *> *>, > > std::__1::allocator<std::__1::__tree_node<std::__1::pair<int, > > Templ8<int>::Member *>, void *>>, 2>' requested here > > : private __libcpp_compressed_pair_imp<_T1...
2012 Sep 29
0
[LLVMdev] Clang bug?
...; '_NOEXCEPT_' >> > # define _NOEXCEPT_(x) noexcept(x) >> > ^ >> > /usr/bin/../lib/c++/v1/memory:2386:15: note: in instantiation of >> > template class >> > 'std::__1::__libcpp_compressed_pair_imp<std::__1::__tree_end_node<std::__1::__tree_node_base<void >> > *> *>, >> > std::__1::allocator<std::__1::__tree_node<std::__1::pair<int, >> > Templ8<int>::Member *>, void *>>, 2>' requested here >> > : private __libcpp_compressed...
2012 Sep 29
1
[LLVMdev] Clang bug?
...t;> > # define _NOEXCEPT_(x) noexcept(x) > >> > ^ > >> > /usr/bin/../lib/c++/v1/memory:2386:15: note: in instantiation of > >> > template class > >> > > 'std::__1::__libcpp_compressed_pair_imp<std::__1::__tree_end_node<std::__1::__tree_node_base<void > >> > *> *>, > >> > std::__1::allocator<std::__1::__tree_node<std::__1::pair<int, > >> > Templ8<int>::Member *>, void *>>, 2>' requested here > >> > : private...
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...ut-arm/include/c++/v1/./__tuple_03 > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./utility > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./climits > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__tree > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./locale > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cstdint > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./scoped_allocator > -- Installing...
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