xo-numeric: type decoration for multiply
This commit is contained in:
parent
44c687dbfe
commit
940cfb963a
3 changed files with 19 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ namespace xo {
|
|||
bool ok = true;
|
||||
|
||||
ok = ok & install_aux(sink,
|
||||
NumericPrimitives::make_multiply_pm(mm),
|
||||
NumericPrimitives::make_multiply_pm(mm, stbl),
|
||||
flags & InstallFlags::f_essential);
|
||||
ok = ok & install_aux(sink,
|
||||
NumericPrimitives::make_divide_pm(mm),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue