Changeset 822332e for src/Tuples


Ignore:
Timestamp:
May 30, 2024, 2:36:08 PM (16 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
0f5e8cd
Parents:
91b9e10
Message:

It seems clang uses different scoping rules for the trailing return of a scoped runction declaration. This form seems compatable with clang and gcc. Since I switched over to clang for testing I also cleaned up all errors that clang or gcc mentioned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.hpp

    r91b9e10 r822332e  
    2222#include "AST/Node.hpp"
    2323namespace ResolvExpr {
    24         class CandidateFinder;
     24        struct CandidateFinder;
    2525}
    2626
Note: See TracChangeset for help on using the changeset viewer.