From fc93102015f7ffeb7a55c4bcdde9313664057544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20B=C3=B6l=C3=BCk?= Date: Fri, 28 Aug 2020 07:15:46 +0200 Subject: [PATCH] Intellisense does not appreciate concepts in deduction guide. --- VTIL-Common/io/formatting.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VTIL-Common/io/formatting.hpp b/VTIL-Common/io/formatting.hpp index d2d7fd4..d1b5b90 100644 --- a/VTIL-Common/io/formatting.hpp +++ b/VTIL-Common/io/formatting.hpp @@ -483,8 +483,8 @@ namespace vtil::format // Declare deduction guide. // - template - table( C&&, std::initializer_list labels )->table; + template + table( C&&, std::initializer_list )->table; }; #undef HAS_RTTI