François Gagnon
Results
2
comments of
François Gagnon
It crashes here only when my class contains an accented characters like Électeur inline size_t Table::add_empty_row(size_t num_rows) { size_t row_ndx = m_size; insert_empty_row(row_ndx, num_rows); // Throws return row_ndx; // Return...
If you want I can send you a little project I made.