We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b326c8 commit 98fbf27Copy full SHA for 98fbf27
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