Changes in src/GenPoly/Specialize.h [5cf1228:9e23b446]
- File:
-
- 1 edited
-
src/GenPoly/Specialize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.h
r5cf1228 r9e23b446 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Specialize.h -- Generate thunks to specialize polymorphic functions.7 // Specialize.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 17 17 18 18 #include <list> // for list 19 #include "AST/TranslationUnit.hpp" 19 20 20 21 class Declaration; 21 namespace ast {22 class TranslationUnit;23 }24 22 25 23 namespace GenPoly {
Note:
See TracChangeset
for help on using the changeset viewer.