Changeset d1f5054 for src/InitTweak
- Timestamp:
- Aug 14, 2024, 11:55:20 AM (17 months ago)
- Branches:
- master
- Children:
- 960665c
- Parents:
- 26d40a1 (diff), 2870cb6 (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/InitTweak/FixInit.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.cpp
r26d40a1 rd1f5054 731 731 try { 732 732 mutLast->expr = makeCtorDtor( "?{}", ret, mutLast->expr ); 733 } catch (...) {733 } catch (...) { 734 734 std::cerr << "*CFA internal error: "; 735 735 std::cerr << "can't resolve implicit constructor"; 736 std::cerr << " at " << stmtExpr->location.filename ;736 std::cerr << " at " << stmtExpr->location.filename.c_str(); 737 737 std::cerr << ":" << stmtExpr->location.first_line << std::endl; 738 738
Note:
See TracChangeset
for help on using the changeset viewer.