Changeset 4c0fa03 for src/InitTweak
- Timestamp:
- Sep 1, 2023, 11:16:41 AM (17 months ago)
- Branches:
- master
- Children:
- 8a9a3ab
- Parents:
- 950c58e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInitNew.cpp
r950c58e r4c0fa03 573 573 assertf( global.dtorDestroy, "Destructor generation requires __destroy_Destructor." ); 574 574 575 const CodeLocation loc = ret->location;575 const CodeLocation & loc = ret->location; 576 576 577 577 // generate a __Destructor for ret that calls the destructor
Note: See TracChangeset
for help on using the changeset viewer.