xo-expression: increase typeref size, avoid garbled concat

This commit is contained in:
Roland Conybeare 2025-09-22 12:28:00 -04:00
commit a490611394

View file

@ -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.