xo-numeric: type decoration for multiply

This commit is contained in:
Roland Conybeare 2026-03-16 13:29:48 -05:00
commit 940cfb963a
3 changed files with 19 additions and 4 deletions

View file

@ -18,7 +18,8 @@ namespace xo {
public:
/** polymorphic (in both arguments1) multiply **/
static DPrimitive_gco_2_gco_gco * make_multiply_pm(obj<AAllocator> mm);
static DPrimitive_gco_2_gco_gco * make_multiply_pm(obj<AAllocator> mm,
StringTable * stbl);
/** polymorphic (in both arguments) divide **/
static DPrimitive_gco_2_gco_gco * make_divide_pm(obj<AAllocator> mm);