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 8bda876 commit 603e468Copy full SHA for 603e468
src/statement.h
@@ -69,8 +69,8 @@ namespace Values {
69
typedef Field Null;
70
}
71
72
-typedef std::vector<std::unique_ptr<Values::Field>> Row;
73
-typedef std::vector<std::unique_ptr<Row>> Rows;
+typedef std::vector<std::unique_ptr<Values::Field> > Row;
+typedef std::vector<std::unique_ptr<Row> > Rows;
74
typedef Row Parameters;
75
76
0 commit comments