diff --git a/include/xo/expression/Primitive.hpp b/include/xo/expression/Primitive.hpp index 653a3a83..5b1d46ac 100644 --- a/include/xo/expression/Primitive.hpp +++ b/include/xo/expression/Primitive.hpp @@ -124,7 +124,7 @@ namespace xo { /** adopt function @p x as a callable primitive function named @p name **/ template - ref::rp> + rp> make_primitive(const std::string & name, FunctionPointer x, bool explicit_symbol_def,