Changeset 397c4392
- Timestamp:
- Mar 2, 2023, 3:57:22 PM (21 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- a8667ab
- Parents:
- 1f951abd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInitNew.cpp
r1f951abd r397c4392 107 107 private: 108 108 /// hack to implement WithTypeSubstitution while conforming to mutation safety. 109 ast::TypeSubstitution * env ;110 bool envModified ;109 ast::TypeSubstitution * env = nullptr; 110 bool envModified = false; 111 111 }; 112 112
Note: See TracChangeset
for help on using the changeset viewer.