aboutsummaryrefslogtreecommitdiff
path: root/lib/fwdlib.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fwdlib.hpp')
-rw-r--r--lib/fwdlib.hpp6
1 files changed, 6 insertions, 0 deletions
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 */