diff options
| author | Chase Southwood <chase.southwood@gmail.com> | 2014-12-12 23:14:57 -0600 |
|---|---|---|
| committer | Chase Southwood <chase.southwood@gmail.com> | 2014-12-15 19:28:24 -0600 |
| commit | a81c3ab468ad7aebcab8a545b196e74c2fb3ac32 (patch) | |
| tree | 7ca3ce0c722ba6336d6af8352aa302e402cf2168 /src/rustllvm/RustWrapper.cpp | |
| parent | 765806ef1ee93b352b724aa76870d23d82894e4e (diff) | |
| download | rust-a81c3ab468ad7aebcab8a545b196e74c2fb3ac32.tar.gz rust-a81c3ab468ad7aebcab8a545b196e74c2fb3ac32.zip | |
Use wrapper structs for `BTreeSet`'s iterators.
Using a type alias for iterator implementations is fragile since this exposes the implementation to users of the iterator, and any changes could break existing code. This commit changes the iterators of `BTreeSet` to use proper new types, rather than type aliases. However, since it is fair-game to treat a type-alias as the aliased type, this is a: [breaking-change].
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
