- File:
-
- 1 edited
-
src/GenPoly/InstantiateGeneric.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/InstantiateGeneric.cc
rb2daebd4 r5a3ac84 255 255 } 256 256 257 assert f( baseParam == baseParams.end() && param == params.end(),"Type parameters should match type variables" );257 assert( baseParam == baseParams.end() && param == params.end() && "Type parameters should match type variables" ); 258 258 return gt; 259 259 }
Note:
See TracChangeset
for help on using the changeset viewer.