Changeset 16d862d for src/GenPoly
- Timestamp:
- Jul 2, 2026, 5:02:04 PM (2 days ago)
- Branches:
- master
- Children:
- 13481af0
- Parents:
- 9d7a19f
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cpp
r9d7a19f r16d862d 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Mon Oct 24 15:19:00 202213 // Update Count : 1 711 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jun 28 21:49:48 2026 13 // Update Count : 18 14 14 // 15 15 … … 252 252 bool typesPolyCompatible( ast::Type const * lhs, ast::Type const * rhs ); 253 253 254 static bool exprsPolyCompatibleByStaticValue( 255 const ast::Expr * e1, const ast::Expr * e2 ) { 254 static bool exprsPolyCompatibleByStaticValue( const ast::Expr * e1, const ast::Expr * e2 ) { 256 255 Evaluation r1 = eval(e1); 257 256 Evaluation r2 = eval(e2);
Note:
See TracChangeset
for help on using the changeset viewer.