Changeset 16d862d for src/GenPoly


Ignore:
Timestamp:
Jul 2, 2026, 5:02:04 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
13481af0
Parents:
9d7a19f
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.cpp

    r9d7a19f r16d862d  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Mon Oct 24 15:19:00 2022
    13 // Update Count     : 17
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Sun Jun 28 21:49:48 2026
     13// Update Count     : 18
    1414//
    1515
     
    252252bool typesPolyCompatible( ast::Type const * lhs, ast::Type const * rhs );
    253253
    254 static bool exprsPolyCompatibleByStaticValue(
    255                 const ast::Expr * e1, const ast::Expr * e2 ) {
     254static bool exprsPolyCompatibleByStaticValue( const ast::Expr * e1, const ast::Expr * e2 ) {
    256255        Evaluation r1 = eval(e1);
    257256        Evaluation r2 = eval(e2);
Note: See TracChangeset for help on using the changeset viewer.