Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r923d25a r37cdd97  
    1010// Created On       : Wed May  8 16:05:00 2019
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Jul 23 14:15:00 2020
    13 // Update Count     : 2
     12// Last Modified On : Mon Jun 24 09:48:00 2019
     13// Update Count     : 1
    1414//
    1515
     
    108108class FunctionType;
    109109class ReferenceToType;
    110 template<typename decl_t> class SueInstType;
    111 using StructInstType = SueInstType<StructDecl>;
    112 using UnionInstType = SueInstType<UnionDecl>;
    113 using EnumInstType = SueInstType<EnumDecl>;
     110class StructInstType;
     111class UnionInstType;
     112class EnumInstType;
    114113class TraitInstType;
    115114class TypeInstType;
Note: See TracChangeset for help on using the changeset viewer.