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 7a07b49 commit 77f46a3Copy full SHA for 77f46a3
src/data/table/datatable.cpp
@@ -76,7 +76,7 @@ DataTable::DataIndex DataTable::addTypedColumn(
76
{
77
Row row;
78
for (auto j = 0u; j < colIndex; j++)
79
- row.pushBack(infos[j].registerValue(T()));
+ row.pushBack(infos[j].registerValue(std::string()));
80
81
auto value = i < values.size() ? values[i] : T();
82
row.pushBack(infos.at(colIndex).registerValue(value));
0 commit comments