This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-10 06:26:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
cbe768ec69
Add (commented out) constexpr tests for copy/copy_backwards/copy_if/copy_n. These will be enabled when that part of P0202 is implemented. NFC at this time.
...
llvm-svn: 323137
2018-01-22 18:38:18 +00:00
..
alg.c.library
…
alg.modifying.operations
Add (commented out) constexpr tests for copy/copy_backwards/copy_if/copy_n. These will be enabled when that part of P0202 is implemented. NFC at this time.
2018-01-22 18:38:18 +00:00
alg.nonmodifying
Fix most GCC test failures.
2018-01-18 03:41:06 +00:00
alg.sorting
Really comment out the constexpr tests.
2018-01-22 01:51:49 +00:00
algorithms.general
…