Changeset 60c5b6d for src/AST/Type.hpp


Ignore:
Timestamp:
Apr 18, 2024, 12:12:25 PM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
7a780ad, d4264e8
Parents:
fbe3f03 (diff), 8fd53b6e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Type.hpp

    rfbe3f03 r60c5b6d  
    430430        TypeInstType( const TypeInstType & o ) = default;
    431431
    432         TypeInstType( const TypeEnvKey & key );
     432        explicit TypeInstType( const TypeEnvKey & key );
    433433
    434434        /// sets `base`, updating `kind` correctly
Note: See TracChangeset for help on using the changeset viewer.