Changeset fac05b3 for src/AST/Type.hpp


Ignore:
Timestamp:
Apr 6, 2023, 4:09:24 PM (17 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
485393c
Parents:
c468150
Message:

Removed members from TupleType?. They were only used in one place, CurrentObject?. That now has a patch to create its own imaginary members.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Type.hpp

    rc468150 rfac05b3  
    1010// Created On       : Thu May 9 10:00:00 2019
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thu Nov 24  9:47:00 2022
    13 // Update Count     : 8
     12// Last Modified On : Thu Apr  6 15:58:00 2023
     13// Update Count     : 9
    1414//
    1515
     
    457457public:
    458458        std::vector<ptr<Type>> types;
    459         std::vector<ptr<Decl>> members;
    460459
    461460        TupleType( std::vector<ptr<Type>> && ts, CV::Qualifiers q = {} );
Note: See TracChangeset for help on using the changeset viewer.