Stephan T. Lavavej
|
a2b7665eb2
[libcxx] [test] Strip trailing whitespace, NFC.
|
7 years ago |
Marshall Clow
|
48a4655868
More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us.
|
7 years ago |
Stephan T. Lavavej
|
dd2a900c0b
[libcxx] [test] Fix MSVC warnings, null pointer deref.
|
7 years ago |
Marshall Clow
|
aeded2bf6e
Fix PR#35948: generate_n does not accept floating point Size arguments.
|
7 years ago |
Eric Fiselier
|
31cb7fe75e
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
|
10 years ago |
Eric Fiselier
|
a90c6dd460
Move test into test/std subdirectory.
|
10 years ago |