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: