"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1b76f2c40b5492476a1b2863811eb1f6913526f1"
[STLExtras] Add size() for ranges, and remove distance()
r332057 introduced distance() for ranges. Based on post-commit feedback, this renames distance() to size(). The new size() is also only enabled when the operation is O(1). Differential Revision: https://reviews.llvm.org/D46976 llvm-svn: 332551
Loading
Please register or sign in to comment