Changeset 09f34a84 for src/AST/Print.cpp
- Timestamp:
- Sep 16, 2022, 11:19:04 AM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
- Children:
- 4407b7e
- Parents:
- 9a90092
- File:
-
- 1 edited
-
src/AST/Print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
r9a90092 r09f34a84 33 33 { 34 34 return array<C,sizeof...(T)>{ 35 forward<T>(values)...35 std::forward<T>(values)... 36 36 }; 37 37 }
Note:
See TracChangeset
for help on using the changeset viewer.