xo-procedure2 xo-object2: + polymorphic primitive support
This commit is contained in:
parent
65f50609f6
commit
43a6235439
26 changed files with 268 additions and 45 deletions
|
|
@ -13,7 +13,7 @@ namespace xo {
|
|||
|
||||
obj<AGCObject>
|
||||
GCObjectConversion<double>::to_gco(obj<AAllocator> mm,
|
||||
const double & x)
|
||||
double x)
|
||||
{
|
||||
return DFloat::box<AGCObject>(mm, x);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue