xo-numeric: type decoration for multiply
This commit is contained in:
parent
44c687dbfe
commit
940cfb963a
3 changed files with 19 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue