commit | 1dbe2e3dc4368a1985decfb180bd8e7290cd9f8e | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 21:56:11 2015 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 21:56:11 2015 +0000 |
tree | 9b4fff8d6b0122bda3dc3621dcadd5c5ac3aa8bd | |
parent | 93749ab3cfff19115bf46d6424939cfddba906cc [diff] |
Fix the build broken in r231142 I removed the copy ctor, thinking that'd be the end of it - these iterators should be perfectly assignable even from disjoint ranges (as any iterator would be) - exkcept that the member was const. Unconstify it. llvm-svn: 231146