forked from 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.
Summary:
Currently libc++ implements some operations on valarray by using the
resize method. This method has a parameter with a default value.
Because of this, valarray may spuriously construct and destruct
objects of valarray's element type.
This patch fixes this issue and adds corresponding test cases.
Reviewers: EricWF, mclow.lists
Reviewed By: mclow.lists
Subscribers: rogfer01, cfe-commits
Differential Revision: https://reviews.llvm.org/D41992
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@324596 91177308-0d34-0410-b5e6-96231b3b80d8
|
8 years ago | |
|---|---|---|
| .. | ||
| class.gslice | 11 years ago | |
| class.slice | 11 years ago | |
| template.gslice.array | 11 years ago | |
| template.indirect.array | 11 years ago | |
| template.mask.array | 11 years ago | |
| template.slice.array | 9 years ago | |
| template.valarray | 8 years ago | |
| valarray.nonmembers | 9 years ago | |
| valarray.range | 9 years ago | |
| valarray.syn | 11 years ago | |