From f0a94256e25c844ca2ff99377bc8b2fb94f69e84 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 30 Aug 2024 07:35:12 +0200 Subject: Fuse function and reference pointers --- asl/meta.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'asl/meta.hpp') diff --git a/asl/meta.hpp b/asl/meta.hpp index 93bd1dd..6c650ac 100644 --- a/asl/meta.hpp +++ b/asl/meta.hpp @@ -2,8 +2,6 @@ namespace asl { -template struct types {}; - struct empty {}; template struct id { using type = T; }; -- cgit