Changeset f22b170b for src/GenPoly/Specialize.h
- Timestamp:
- Nov 16, 2023, 9:22:34 AM (13 months ago)
- Branches:
- master
- Children:
- aad677d
- Parents:
- 89a8bab (diff), b8b5535 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.h
r89a8bab rf22b170b 16 16 #pragma once 17 17 18 #include <list> // for list19 20 class Declaration;21 18 namespace ast { 22 19 class TranslationUnit; … … 24 21 25 22 namespace GenPoly { 26 /// generates thunks where needed27 void convertSpecializations( std::list< Declaration* >& translationUnit );28 23 29 void convertSpecializations( ast::TranslationUnit & translationUnit ); 24 void convertSpecializations( ast::TranslationUnit & translationUnit ); 25 30 26 } // namespace GenPoly 31 27
Note: See TracChangeset
for help on using the changeset viewer.