Changeset d8ba086 for src/SynTree


Ignore:
Timestamp:
Apr 29, 2016, 2:39:49 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
540de412
Parents:
fea7ca7
Message:

add ?{}, ?{} implicit otype assertions to autogenerated generic type functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/TypeSubstitution.h

    rfea7ca7 rd8ba086  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Tue Apr 26 11:15:07 2016
     12// Last Modified On : Fri Apr 29 13:50:09 2016
    1313// Update Count     : 2
    1414//
     
    152152template< typename TypeInstListIterator >
    153153void TypeSubstitution::extract( TypeInstListIterator begin, TypeInstListIterator end, TypeSubstitution &result ) {
     154        // xxx - this function doesn't extract varEnv - is this intentional?
    154155        while ( begin != end ) {
    155156                TypeEnvType::iterator cur = typeEnv.find( (*begin++)->get_name() );
Note: See TracChangeset for help on using the changeset viewer.