Ignore:
Timestamp:
Nov 17, 2023, 3:03:51 PM (10 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/PtrsAssignable.cc

    r41606df1 r2908f08  
    2121
    2222namespace ResolvExpr {
     23
     24namespace {
    2325
    2426struct PtrsAssignable : public ast::WithShortCircuiting {
     
    5153        }
    5254};
     55
     56} // namespace
    5357
    5458int ptrsAssignable( const ast::Type * src, const ast::Type * dst,
Note: See TracChangeset for help on using the changeset viewer.