From a49061139424a95fc105bb5070a03238ed32cfab Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 22 Sep 2025 12:28:00 -0400 Subject: [PATCH] xo-expression: increase typeref size, avoid garbled concat --- xo-expression/include/xo/expression/typeinf/type_ref.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-expression/include/xo/expression/typeinf/type_ref.hpp b/xo-expression/include/xo/expression/typeinf/type_ref.hpp index ccac6481..89deec0e 100644 --- a/xo-expression/include/xo/expression/typeinf/type_ref.hpp +++ b/xo-expression/include/xo/expression/typeinf/type_ref.hpp @@ -8,7 +8,7 @@ namespace xo { namespace scm { using prefix_type = xo::flatstring<8>; - using type_var = xo::flatstring<16>; + using type_var = xo::flatstring<20>; /** @class type_ref * @brief name and eventual resolution for type associated with an expression.