From d4c7f26c731e5610af1675dc570c3caf7ca2fab0 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 16 Mar 2026 01:27:25 -0500 Subject: [PATCH] xo-interpreter2 stack: + stringtable() in RuntimeContext api --- include/xo/stringtable2/StringTable.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xo/stringtable2/StringTable.hpp b/include/xo/stringtable2/StringTable.hpp index 8d0354c..2a0d570 100644 --- a/include/xo/stringtable2/StringTable.hpp +++ b/include/xo/stringtable2/StringTable.hpp @@ -27,6 +27,7 @@ namespace xo { using size_type = StringMap::size_type; public: + /** hint_max_capacity in bytes = capacity for strings **/ StringTable(size_type hint_max_capacity, bool debug_flag = false);