From 4a9b0e5dc32ec750937c58fdb086a393b69a355f 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 --- deps/ox/src/ox/std/vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/src/ox/std/vector.hpp b/deps/ox/src/ox/std/vector.hpp index 7c2a747b..afcc0e55 100644 --- a/deps/ox/src/ox/std/vector.hpp +++ b/deps/ox/src/ox/std/vector.hpp @@ -103,7 +103,7 @@ struct SmallVector { } -template +template class Vector: detail::SmallVector { public: