You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the _deg literal to a new namespace mrpt::literals to allow finer-grained using namespace mrpt::literals; instead of using namespace mrpt;. This change is backwards compatible, no user code change required, but recommended.
\ref mrpt_expr_grp
New mrpt::expr::CRuntimeCompiledExpression::register_function() to allow user-defined functions in runtime-compiled formulas.