"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "52564b207137f1d69d11ba66bcbb210cb8b76929"
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
Loading
Please register or sign in to comment