xo-expression: fix: ns fix in Primitive make_primitive() helper

This commit is contained in:
Roland Conybeare 2024-08-05 15:14:28 -04:00
commit e8a590b0d4

View file

@ -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,