search for: __compressed_pair

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

2012 Sep 27
4
[LLVMdev] Clang bug?
...ator<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 instantiation of template class 'std::__1::__compressed_pair<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 *>>>' requested here __compressed_pair<__end_node_t, __node_allocator> __pair1_;...
2012 Sep 28
0
[LLVMdev] Clang bug?
...e_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 instantiation of > template class 'std::__1::__compressed_pair<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 *>>>' requested here > __compressed_pair<__end_node_t, __node_alloca...
2012 Sep 28
4
[LLVMdev] Clang bug?
...t, > > Templ8<int>::Member *>, void *>>, 2>' requested here > > : private __libcpp_compressed_pair_imp<_T1, _T2> > > ^ > > /usr/bin/../lib/c++/v1/__tree:813:56: note: in instantiation of > > template class > 'std::__1::__compressed_pair<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 *>>>' requested here > > __compressed_pair<__end_n...
2012 Sep 29
0
[LLVMdev] Clang bug?
...t>::Member *>, void *>>, 2>' requested here >> > : private __libcpp_compressed_pair_imp<_T1, _T2> >> > ^ >> > /usr/bin/../lib/c++/v1/__tree:813:56: note: in instantiation of >> > template class >> > 'std::__1::__compressed_pair<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 *>>>' requested here >> > __compressed...
2012 Sep 29
1
[LLVMdev] Clang bug?
...;>, 2>' requested here > >> > : private __libcpp_compressed_pair_imp<_T1, _T2> > >> > ^ > >> > /usr/bin/../lib/c++/v1/__tree:813:56: note: in instantiation of > >> > template class > >> > > 'std::__1::__compressed_pair<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 *>>>' requested here > >>...
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