llvm-project/libcxx/test/std/algorithms
Eric Fiselier a60d7fac09 Add diagnostics for min/max algorithms when a InputIterator is used.
These algorithms require a ForwardIterator or better. Ensure
we diagnose the contract violation at compile time instead of
of silently doing the wrong thing.

Further algorithms will be audited in upcoming patches.

llvm-svn: 340426
2018-08-22 17:47:13 +00:00
..
alg.c.library
alg.modifying.operations [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
alg.nonmodifying [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
alg.sorting Add diagnostics for min/max algorithms when a InputIterator is used. 2018-08-22 17:47:13 +00:00
algorithms.general