From ce356164bac0f739fea97b8bee61c066b9f2ae87 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 11 May 2015 21:24:57 +0200 Subject: Add < +#include #include using namespace std; @@ -41,24 +43,26 @@ Table::Table(Table &&other):name(move(other.name)),nc(other.nc),header(other.hea other.header=nullptr; } -void Table::insert(Row &&row){ +bool Table::insert(Row &&row){ string key=serialise(this->header[0],row.items[0]); - cerr<<"Inserting into table '"<name<<"' key="<name<<"' key="<name<<"' key="<name<<"' key="<