From 636882316b5191931e144212d93665c10859ac95 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 7 Mar 2025 00:00:43 +0100 Subject: Some work on clang-tidy-ing things up --- asl/base/meta.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/base/meta.hpp') diff --git a/asl/base/meta.hpp b/asl/base/meta.hpp index b798eeb..06c7c59 100644 --- a/asl/base/meta.hpp +++ b/asl/base/meta.hpp @@ -153,7 +153,7 @@ template struct _tame_helper { using type = T; }; #define TAME_HELPER_IMPL(TRAILING) \ template \ - struct _tame_helper { using type = R(Args...); } + struct _tame_helper { using type = R(Args...); } // NOLINT(*-parentheses) TAME_HELPER_IMPL(); TAME_HELPER_IMPL(&); -- cgit