xo-expression: increase typeref size, avoid garbled concat
This commit is contained in:
parent
9a4914b0f7
commit
a490611394
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue