We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cdeef commit 79d301fCopy full SHA for 79d301f
1 file changed
types/variant/write.C
@@ -48,7 +48,7 @@ void write(std::string_view filename = "types.variant.root") {
48
writer->Fill();
49
50
// Fifth entry: empty std::vector
51
- *value = {};
+ *value = VectorInt32{};
52
*vector = {};
53
54
}
0 commit comments