Skip to content

Commit 7eee6e0

Browse files
ttreyerJakeHillion
authored andcommitted
Add container_type alias in container TypeHandler
1 parent 37b25bb commit 7eee6e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

oi/CodeGen.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,11 @@ void genContainerTypeHandler(FeatureSet features,
894894
} else {
895895
code += " static constexpr bool captureKeys = false;\n";
896896
}
897+
898+
code += " using container_type = ";
899+
code += containerWithTypes;
900+
code += ";\n";
901+
897902
code += " using type = ";
898903
if (processors.empty()) {
899904
code += "types::st::Unit<DB>";

0 commit comments

Comments
 (0)