xo-reader2 xo-expression2: define example working and printing
def foo : f64 = 3.141593;
This commit is contained in:
parent
58481857e2
commit
8c205e2e5e
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ namespace xo {
|
|||
if (!retval)
|
||||
throw std::runtime_error(tostr("FacetRegistry::try_variant failed",
|
||||
xtag("AFrom.tseq", typeseq::id<AFrom>()),
|
||||
xtag("ATo.tseq", typeseq::id<ATo>())));
|
||||
xtag("ATo.tseq", typeseq::id<ATo>()),
|
||||
xtag("DRepr", from._typeseq())));
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue