From 3d7713b5af2e1229949b31dcce74c7aba1fe042a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 18 Mar 2025 18:37:00 +0200 Subject: add move queues + Returning blocks don't want to show moves for subsequent statements, but do want to show them for possible closure callers above. --- lib/fwdlib.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/fwdlib.hpp') diff --git a/lib/fwdlib.hpp b/lib/fwdlib.hpp index 8e6be16..6af8441 100644 --- a/lib/fwdlib.hpp +++ b/lib/fwdlib.hpp @@ -71,4 +71,10 @@ static fwd_err_t fwd_intalloc(auto ok) return ok(p); } +static fwd_err_t fwd_destroy(auto /* a */) +{ + /* RAII destroys a */ + return nullptr; +} + #endif /* FWDLIB_HPP */ -- cgit v1.2.3