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