Ignore:
Timestamp:
Oct 31, 2023, 10:39:33 AM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
58c64323
Parents:
7d55e4d
Message:

Added a missing include (not sure how that slipped through) and did some other replacements so the new ast is the source of constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CommonType.cc

    r7d55e4d r4ac402d  
    485485        // GENERATED END
    486486        static_assert(
    487                 sizeof(commonTypes)/sizeof(commonTypes[0][0]) == BasicType::NUMBER_OF_BASIC_TYPES * BasicType::NUMBER_OF_BASIC_TYPES,
     487                sizeof(commonTypes)/sizeof(commonTypes[0][0]) == ast::BasicType::NUMBER_OF_BASIC_TYPES * ast::BasicType::NUMBER_OF_BASIC_TYPES,
    488488                "Each basic type kind should have a corresponding row in the combined type matrix"
    489489        );
Note: See TracChangeset for help on using the changeset viewer.