diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-30 07:35:12 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-30 07:35:12 +0200 |
commit | f0a94256e25c844ca2ff99377bc8b2fb94f69e84 (patch) | |
tree | 91f5973c567762a975ae5084b7b27217a17a64f5 /asl/meta.hpp | |
parent | 2cd972bb3eed7886a6b1d0d1b3ead24c8cf3fe4f (diff) |
Fuse function and reference pointers
Diffstat (limited to 'asl/meta.hpp')
-rw-r--r-- | asl/meta.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<typename... Args> struct types {};
-
struct empty {};
template<typename T> struct id { using type = T; };
|