Fix some missing initializers

Spotted by @fosnola
This commit is contained in:
2023-01-18 21:16:05 -05:00
parent 04d079fbaf
commit 1bf079af5e
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
#include <vector>
#include <cstddef>
// TODO: insert_row, insert_col
template<typename Type, typename Alloc = std::allocator<Type>> class vector2d {
friend class row_ref;
friend class col_ref;