diff options
Diffstat (limited to 'c/util.h')
-rw-r--r-- | c/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ inline int Cmp(const int a, const int b) return -1; } +/* Generic RAII type. */ template <typename T, auto F, typename U, auto E = 0> struct Managed { |