We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cec9cdb + 921ef78 commit b2d40b8Copy full SHA for b2d40b8
include/cons_expr/cons_expr.hpp
@@ -1366,7 +1366,6 @@ struct cons_expr
1366
if constexpr (std::is_same_v<void, Ret>) {
1367
engine.eval(engine.global_scope,
1368
engine.invoke_function(engine.global_scope, callable, engine.values.insert_or_find(args)));
1369
-
1370
} else {
1371
return engine.eval_to<Ret>(engine.global_scope,
1372
0 commit comments