Changes in src/GenPoly/Specialize.cc [969ee0df:d7dc824]
- File:
-
- 1 edited
-
src/GenPoly/Specialize.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.cc
r969ee0df rd7dc824 99 99 if ( FunctionType * fftype = getFunctionType( formalType ) ) { 100 100 if ( fftype->isTtype() ) return true; 101 // conversion of 0 (null) to function type does not require tuple specialization102 if ( dynamic_cast< ZeroType * >( actualType ) ) return false;103 101 FunctionType * aftype = getFunctionType( actualType ); 104 102 assertf( aftype, "formal type is a function type, but actual type is not." );
Note:
See TracChangeset
for help on using the changeset viewer.