Changes in src/GenPoly/FindFunction.h [b8b5535:c6b4432]
- File:
-
- 1 edited
-
src/GenPoly/FindFunction.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/FindFunction.h
rb8b5535 rc6b4432 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // FindFunction.h -- Find function types in a larger type.7 // FindFunction.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 16 16 #pragma once 17 17 18 #include "GenPoly.h" // for TypeVarMap18 #include "GenPoly.h" // for TyVarMap 19 19 20 20 namespace GenPoly {
Note:
See TracChangeset
for help on using the changeset viewer.