Ignore:
Timestamp:
Apr 11, 2016, 3:22:36 PM (9 years ago)
Author:
Aaron Moss <a3moss@…>
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, string, with_gc
Children:
6f49cdf
Parents:
63c0dbf
Message:

Initial compiling build with TyVarMap? as ErasableScopedMap?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.h

    r63c0dbf rbfae637  
    1717#define GENPOLY_H
    1818
    19 #include <map>
    2019#include <string>
    2120#include <iostream>
    2221#include <utility>
     22
     23#include "ErasableScopedMap.h"
    2324
    2425#include "SymTab/Mangler.h"
     
    2930
    3031namespace GenPoly {
    31         typedef std::map< std::string, TypeDecl::Kind > TyVarMap;
     32        typedef ErasableScopedMap< std::string, TypeDecl::Kind > TyVarMap;
    3233
    3334        /// A function needs an adapter if it returns a polymorphic value or if any of its
Note: See TracChangeset for help on using the changeset viewer.