From 87279a1299ca6d0b718b3008dda0c97d32dbb531 Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sat, 19 Nov 2022 22:37:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=80=98u=E2=80=99=20was=20not=20declar?= =?UTF-8?q?ed=20in=20this=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/libimp/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libimp/log.h b/include/libimp/log.h index f0549a2..df6bc1b 100644 --- a/include/libimp/log.h +++ b/include/libimp/log.h @@ -53,10 +53,10 @@ template class has_fn_output { static std::integral_constant check(...); - template output(log::level::trace, std::declval()))> + template ().output(log::level::trace, std::declval()))> static std::integral_constant check(U *u); - template output(std::declval()))> + template ().output(std::declval()))> static std::integral_constant check(U *u); public: