cppitertools icon indicating copy to clipboard operation
cppitertools copied to clipboard

Fix all `reference` type aliases to match the return type of operator* exactly.

Open ryanhaining opened this issue 2 years ago • 0 comments

Recent libc++ checks that an iterators reference type matches its operator*'s return type. This isn't the case across itertools and must be addressed. Testing with https://github.com/llvm/llvm-project/commit/36c746ca2d5b325a7ac64135c1ff8774c06ab34c

ryanhaining avatar Aug 18 '22 23:08 ryanhaining