From e2eaf362ba1b48b1518e1193ca2ae2a8e6e65efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 23 Aug 2022 02:16:10 +0200 Subject: Reimplement SelectUnwatched. --- c/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/util.h') diff --git a/c/util.h b/c/util.h index c08050d..7c2b293 100644 --- a/c/util.h +++ b/c/util.h @@ -23,6 +23,7 @@ inline int Cmp(const int a, const int b) return -1; } +/* Generic RAII type. */ template struct Managed { -- cgit v1.2.3