Changeset 8fd53b6e for src


Ignore:
Timestamp:
Apr 18, 2024, 10:30:48 AM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
60c5b6d
Parents:
7aa209e7
Message:

Change for C++20 compatability. We may not be upgrading soon but this is the only error that arised in my tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Type.hpp

    r7aa209e7 r8fd53b6e  
    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.