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 6a53098 commit b166afcCopy full SHA for b166afc
README.md
@@ -355,7 +355,7 @@ db << "select data from tbl where id = 1"
355
for(auto i : get<vector<int>>(data)) cout << i << ","; cout << endl;
356
};
357
358
-db << "select age,name,img from tbl where id = 2"
+db << "select data from tbl where id = 2"
359
>> [](std::variant<vector<int>, double> data) {
360
if(data.index() != 2) {
361
cerr << "ERROR: we expected a real number" << std::endl;
0 commit comments