Internals: Standardize on template<typename. No functional change.

This commit is contained in:
Wilson Snyder
2024-11-29 18:01:50 -05:00
parent f631587a20
commit 990ccd6763
17 changed files with 44 additions and 45 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ struct SplitVarImpl VL_NOT_FINAL {
static const char* cannotSplitPackedVarReason(const AstVar* varp);
template <class T_ALWAYSLIKE>
template <typename T_ALWAYSLIKE>
void insertBeginCore(T_ALWAYSLIKE* ap, AstNodeStmt* stmtp, AstNodeModule* modp) {
if (ap->isJustOneBodyStmt() && ap->stmtsp() == stmtp) {
stmtp->unlinkFrBack();