xo-numeric: + cmple for op<=
This commit is contained in:
parent
c77a1d3f43
commit
47e0cd3a2b
12 changed files with 86 additions and 56 deletions
|
|
@ -61,6 +61,13 @@ namespace xo {
|
|||
&NumericDispatch::cmp_less);
|
||||
}
|
||||
|
||||
DPrimitive_gco_2_gco_gco *
|
||||
NumericPrimitives::make_cmple_pm(obj<AAllocator> mm)
|
||||
{
|
||||
return DPrimitive_gco_2_gco_gco::_make(mm, "_cmple",
|
||||
&NumericDispatch::cmp_lessequal);
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue