Changeset a7efc96 for src/ResolvExpr
- Timestamp:
- Sep 9, 2024, 2:48:53 PM (3 months ago)
- Branches:
- master
- Children:
- 5c6d439
- Parents:
- d3b33d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ConversionCost.cpp
rd3b33d5 ra7efc96 192 192 193 193 Cost enumCastCost ( 194 const ast::EnumInstType * src, const ast::EnumInstType * dst, 194 const ast::EnumInstType * src, const ast::EnumInstType * dst, 195 195 const ast::SymbolTable & symtab, const ast::TypeEnvironment & env 196 196 ); … … 488 488 // (dst) src is safe is src is a subtype of dst, or dst {inline src, ...} 489 489 Cost enumCastCost ( 490 const ast::EnumInstType * src, const ast::EnumInstType * dst, 490 const ast::EnumInstType * src, const ast::EnumInstType * dst, 491 491 const ast::SymbolTable & symtab, const ast::TypeEnvironment & env 492 492 ) {
Note: See TracChangeset
for help on using the changeset viewer.