From 32a81c8adf2d77ab81f011045defbf63f6262624 Mon Sep 17 00:00:00 2001 From: PhilipDeegan Date: Thu, 9 Sep 2021 09:54:30 +0200 Subject: [PATCH] oops --- inc/kul/for.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/kul/for.hpp b/inc/kul/for.hpp index 8fe0192..44990ee 100644 --- a/inc/kul/for.hpp +++ b/inc/kul/for.hpp @@ -38,7 +38,7 @@ namespace kul { template struct Apply { template - constexpr auto operator()(){ return std::integral_constant{}(); } + constexpr auto operator()(){ return std::integral_constant{}; } }; template