2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

More CFlaahgra imps

This commit is contained in:
2019-06-19 14:11:13 -07:00
parent 568e15a89a
commit 8c35cd02f0
3 changed files with 105 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ public:
this->pop_back();
this->insert(this->begin(), t);
}
}
}
std::optional<T> GetAverage() const {
if (this->empty())