Changes in src/GenPoly/GenPoly.cpp [16d862d:b6f2e7ab]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cpp
r16d862d rb6f2e7ab 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sun Jun 28 21:49:48 202613 // Update Count : 1 811 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Oct 24 15:19:00 2022 13 // Update Count : 17 14 14 // 15 15 … … 252 252 bool typesPolyCompatible( ast::Type const * lhs, ast::Type const * rhs ); 253 253 254 static bool exprsPolyCompatibleByStaticValue( const ast::Expr * e1, const ast::Expr * e2 ) { 254 static bool exprsPolyCompatibleByStaticValue( 255 const ast::Expr * e1, const ast::Expr * e2 ) { 255 256 Evaluation r1 = eval(e1); 256 257 Evaluation r2 = eval(e2);
Note:
See TracChangeset
for help on using the changeset viewer.