Displaying 6 results from an estimated 6 matches for "_noexcept_".
Did you mean:
_noexcept
2012 Sep 27
4
[LLVMdev] Clang bug?
...^
/usr/bin/../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in
backtrace; use -ftemplate-backtrace-limit=0 to see all)
is_nothrow_copy_assignable<second_type>::value)
^
/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::all...
2012 Sep 28
0
[LLVMdev] Clang bug?
.../../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in
> backtrace; use -ftemplate-backtrace-limit=0 to see all)
> is_nothrow_copy_assignable<second_type>::value)
> ^
> /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
> *> *&...
2012 Sep 28
4
[LLVMdev] Clang bug?
...0:20: note: (skipping 9 contexts in
> > backtrace; use -ftemplate-backtrace-limit=0 to see all)
> > is_nothrow_copy_assignable<second_type>::value)
> > ^
> > /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_b...
2012 Sep 29
0
[LLVMdev] Clang bug?
...ontexts in
>> > backtrace; use -ftemplate-backtrace-limit=0 to see all)
>> > is_nothrow_copy_assignable<second_type>::value)
>> > ^
>> > /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&l...
2012 Sep 29
1
[LLVMdev] Clang bug?
...> backtrace; use -ftemplate-backtrace-limit=0 to see all)
> >> > is_nothrow_copy_assignable<second_type>::value)
> >> > ^
> >> > /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&...
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