Index: src/Virtual/VirtualDtor.cpp
===================================================================
--- src/Virtual/VirtualDtor.cpp	(revision 3e135c895c889427f3db85749ee5eab83dd48070)
+++ src/Virtual/VirtualDtor.cpp	(revision ed96731e0151e86950bd43918f4c4873b82f0102)
@@ -119,5 +119,5 @@
 // collects data needed for next pass that does the circular defn resolution
 //     for dtor setters and delete fns (via table above)
-struct GenFuncsCreateTables : public ast::WithDeclsToAdd<> {
+struct GenFuncsCreateTables : public ast::WithDeclsToAdd {
 	unordered_map<const StructDecl *, CtorDtor> & structDecls;
 	CtorDtorTable & torDecls;
@@ -351,5 +351,5 @@
 // separate pass is needed since  __CFA_set_dtor needs to be defined after
 //   the last dtor defn which is found in prior pass
-struct GenSetDtor : public ast::WithDeclsToAdd<> {
+struct GenSetDtor : public ast::WithDeclsToAdd {
 	unordered_map<const StructDecl *, CtorDtor> & structDecls; // set of decls that inherit from virt dtor
 	CtorDtorTable & torDecls;
