Changeset 95789be for src/Common
- Timestamp:
- Aug 3, 2020, 2:23:17 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1a39a5a
- Parents:
- 3e2b9c9 (diff), 6dba8755 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Common/ScopedMap.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ScopedMap.h
r3e2b9c9 r95789be 93 93 94 94 reference operator* () { return *it; } 95 pointer operator-> () { return it.operator->(); }95 pointer operator-> () const { return it.operator->(); } 96 96 97 97 iterator& operator++ () {
Note:
See TracChangeset
for help on using the changeset viewer.