xo-pyexpression: bugfix: xo::ref::rp -> xo::rp

This commit is contained in:
Roland Conybeare 2024-09-15 13:37:03 -05:00
commit c393512912

View file

@ -33,7 +33,6 @@ namespace xo {
using xo::ast::IfExpr;
using xo::ast::make_ifexpr;
using xo::reflect::TaggedPtr;
using xo::ref::rp;
namespace py = pybind11;
PYBIND11_MODULE(XO_PYEXPRESSION_MODULE_NAME(), m) {