From 380dd1cd7694ad44a518d0221ae30e69ff9e5504 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 6 Nov 2021 00:25:13 -0500 Subject: [PATCH] [ox/std] Set default small string size of 8 bytes --- deps/ox/src/ox/std/string.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/src/ox/std/string.hpp b/deps/ox/src/ox/std/string.hpp index 86ec37e0..a9a7c224 100644 --- a/deps/ox/src/ox/std/string.hpp +++ b/deps/ox/src/ox/std/string.hpp @@ -20,7 +20,7 @@ namespace ox { -template +template class BasicString { private: Vector m_buff;