Changeset f7f997a for src/ResolvExpr/SpecCost.hpp
- Timestamp:
- Nov 17, 2023, 3:23:48 PM (2 years ago)
- Branches:
- master
- Children:
- decd4a6
- Parents:
- 16e0dcb (diff), 2908f08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/SpecCost.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/SpecCost.hpp
r16e0dcb rf7f997a 16 16 #pragma once 17 17 18 class Type;19 18 namespace ast { 20 19 class Type; … … 23 22 namespace ResolvExpr { 24 23 25 int specCost( Type * type );26 24 int specCost( const ast::Type * type ); 27 25
Note:
See TracChangeset
for help on using the changeset viewer.