Ignore:
Timestamp:
Nov 17, 2023, 3:03:51 PM (6 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
f7f997a
Parents:
41606df1
Message:

Most of ResolvExpr? was written before the new style standard. Some files updated, focus on headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/PolyCost.cc

    r41606df1 r2908f08  
    2020
    2121namespace ResolvExpr {
     22
     23namespace {
    2224
    2325class PolyCost {
     
    4547};
    4648
     49} // namespace
     50
    4751int polyCost(
    4852        const ast::Type * type, const ast::SymbolTable & symtab, const ast::TypeEnvironment & env
Note: See TracChangeset for help on using the changeset viewer.