search for: __tree_node_base

Displaying 6 results from an estimated 6 matches for "__tree_node_base".

Did you mean: _rb_tree_node_base
2012 Sep 27
4
[LLVMdev] Clang bug?
..._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/../lib/c++/v1/__tree:813:56: note: in inst...
2012 Sep 28
0
[LLVMdev] Clang bug?
...e: 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/../lib/c++/v1/_...
2012 Sep 28
4
[LLVMdev] Clang bug?
...39;_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 29
0
[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 __libcpp_compressed_pair_imp<_T1, _T2> >> >...
2012 Sep 29
1
[LLVMdev] Clang bug?
...PT_(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, _...
2017 Jan 16
4
[RFC 0/2] Propose a new pointer trait.
Hi, I'm part of an engineering team doing research on persistent memory support and we have stumbled upon an interesting problem. The issue is, we would like to be able to use the standard library containers in a persistent memory context (think NVDIMM-N). What I mean is that you allocate a container from said memory, use it like you normally would. After the application terminates, expectedly