xo-expression: fix: ns fix in Primitive make_primitive() helper
This commit is contained in:
parent
4738ff66b4
commit
e8a590b0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ namespace xo {
|
|||
|
||||
/** adopt function @p x as a callable primitive function named @p name **/
|
||||
template <typename FunctionPointer>
|
||||
ref::rp<Primitive<FunctionPointer>>
|
||||
rp<Primitive<FunctionPointer>>
|
||||
make_primitive(const std::string & name,
|
||||
FunctionPointer x,
|
||||
bool explicit_symbol_def,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue