Changeset 5cf1228 for src/GenPoly/Specialize.h
- Timestamp:
- Jul 26, 2022, 10:15:26 AM (15 months ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- e8616b6
- Parents:
- ffec1bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.h
rffec1bf r5cf1228 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Specialize.h -- 7 // Specialize.h -- Generate thunks to specialize polymorphic functions. 8 8 // 9 9 // Author : Richard C. Bilson … … 17 17 18 18 #include <list> // for list 19 #include "AST/TranslationUnit.hpp"20 19 21 20 class Declaration; 21 namespace ast { 22 class TranslationUnit; 23 } 22 24 23 25 namespace GenPoly {
Note: See TracChangeset
for help on using the changeset viewer.