Changes in src/InitTweak/FixInitNew.cpp [8603c10:e563edf]
- File:
-
- 1 edited
-
src/InitTweak/FixInitNew.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInitNew.cpp
r8603c10 re563edf 522 522 { 523 523 static UniqueName tempNamer("_tmp_cp"); 524 assert( env ); 524 525 const CodeLocation loc = impCpCtorExpr->location; 525 526 // CP_CTOR_PRINT( std::cerr << "Type Substitution: " << *env << std::endl; ) … … 533 534 534 535 // xxx - this originally mutates arg->result in place. is it correct? 535 assert( env );536 536 result = env->applyFree( result.get() ).node; 537 537 auto mutResult = result.get_and_mutate();
Note:
See TracChangeset
for help on using the changeset viewer.