Ignore:
Timestamp:
Nov 16, 2018, 10:57:03 AM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
0b00df0
Parents:
fbecee5
Message:

IdChain? tweaks to resolver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    rfbecee5 r2fd9f24  
    227227                                }
    228228
    229                                 winners.emplace_back( candidates[i] );
     229                                winners.emplace_back( std::move( candidates[i] ) );
    230230                        }
    231231
Note: See TracChangeset for help on using the changeset viewer.