mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
Various cleanups and minor imps
This commit is contained in:
@@ -19,6 +19,7 @@ class reserved_vector : public std::vector<T>
|
||||
{
|
||||
public:
|
||||
reserved_vector() {this->reserve(N);}
|
||||
reserved_vector(size_t n, const T& val) : std::vector<T>(n, val) { }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user