Template, typename, others to make GCC happy

This commit is contained in:
Thomas Krijnen
2025-08-26 15:59:05 +02:00
parent 9109fcec12
commit e5fe2df552
5 changed files with 19 additions and 11 deletions
+1
View File
@@ -215,6 +215,7 @@ public:
size_t erase(const key_type& key) {
// @todo
return 0;
}
};