From e8a590b0d46eef35f4dc260424811c64b5904cb9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 5 Aug 2024 15:14:28 -0400 Subject: [PATCH] xo-expression: fix: ns fix in Primitive make_primitive() helper --- include/xo/expression/Primitive.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,