From ce94a8eeb5d4d7b6ce9dcd282a14e923e188a32a Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 26 Jan 2022 01:43:26 -0600 Subject: [PATCH] [ox/std] Change default small Vector size to 0 (synced from 4a9b0e5dc32ec750937c58fdb086a393b69a355f) --- src/ox/std/vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/std/vector.hpp b/src/ox/std/vector.hpp index 7c2a747b5..afcc0e554 100644 --- a/src/ox/std/vector.hpp +++ b/src/ox/std/vector.hpp @@ -103,7 +103,7 @@ struct SmallVector { } -template +template class Vector: detail::SmallVector { public: