Changeset 8cbe732 for src/GenPoly/Box.h
- Timestamp:
- Oct 13, 2023, 7:13:21 PM (2 years ago)
- Branches:
- master
- Children:
- a97b9ed, bab2917
- Parents:
- 85034ed (diff), 0bf0b978 (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
-
src/GenPoly/Box.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.h
r85034ed r8cbe732 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Box.h -- 7 // Box.h -- Implement polymorphic function calls and types. 8 8 // 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:23:52 201713 // Update Count : 611 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr Oct 6 13:37:00 2022 13 // Update Count : 7 14 14 // 15 15 … … 19 19 20 20 class Declaration; 21 namespace ast { 22 class TranslationUnit; 23 } 21 24 22 25 namespace GenPoly { 23 26 /// boxes polymorphic function calls 24 27 void box( std::list< Declaration* >& translationUnit ); 28 void box( ast::TranslationUnit & translationUnit ); 25 29 } // namespace GenPoly 26 30
Note:
See TracChangeset
for help on using the changeset viewer.