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 | |
|---|---|---|
| .. | ||
| arithmetic.operations | 8 years ago | |
| bind | 9 years ago | |
| bitwise.operations | 8 years ago | |
| comparisons | 8 years ago | |
| func.def | 11 years ago | |
| func.invoke | 8 years ago | |
| func.memfn | 10 years ago | |
| func.not_fn | 8 years ago | |
| func.require | 8 years ago | |
| func.search | 8 years ago | |
| func.wrap | 8 years ago | |
| logical.operations | 8 years ago | |
| negators | 11 years ago | |
| refwrap | 8 years ago | |
| unord.hash | 8 years ago | |