- File:
-
- 1 edited
-
src/ResolvExpr/ConversionCost.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ConversionCost.cc
rc378e5e r6fd1955 10 10 // Created On : Sun May 17 07:06:19 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Apr 26 16:33:04201913 // Update Count : 2 412 // Last Modified On : Thu Feb 14 17:04:31 2019 13 // Update Count : 23 14 14 // 15 15 … … 28 28 29 29 namespace ResolvExpr { 30 #if 031 30 const Cost Cost::zero = Cost{ 0, 0, 0, 0, 0, 0, 0 }; 32 31 const Cost Cost::infinity = Cost{ -1, -1, -1, -1, -1, 1, -1 }; … … 38 37 const Cost Cost::spec = Cost{ 0, 0, 0, 0, 0, -1, 0 }; 39 38 const Cost Cost::reference = Cost{ 0, 0, 0, 0, 0, 0, 1 }; 40 #endif41 39 42 40 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.