mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Be defensive against a reentrant std::function::operator=(nullptr_t), in case the held function object has a non-trivial destructor. Destroying the function object in-place can lead to the destructor being called twice. Patch by Duncan P. N. Exon Smith. C++03 support by Volodymyr Sapsai. rdar://problem/32836603 Reviewers: EricWF, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits, arphaman Differential Revision: https://reviews.llvm.org/D34331 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@330885 91177308-0d34-0410-b5e6-96231b3b80d8 |
8 years ago | |
|---|---|---|
| .. | ||
| func.wrap.func.alg | 9 years ago | |
| func.wrap.func.cap | 11 years ago | |
| func.wrap.func.con | 8 years ago | |
| func.wrap.func.inv | 10 years ago | |
| func.wrap.func.mod | 9 years ago | |
| func.wrap.func.nullptr | 11 years ago | |
| func.wrap.func.targ | 9 years ago | |
| derive_from.fail.cpp | 9 years ago | |
| derive_from.pass.cpp | 8 years ago | |
| function_types.h | 10 years ago | |
| types.pass.cpp | 10 years ago | |