From 1537d1b54c99b5959e4d17828b317485a9214362 Mon Sep 17 00:00:00 2001 From: yuyoyuppe Date: Fri, 19 Aug 2022 12:49:27 +0200 Subject: [PATCH] Fix build on VS 2022 17.3.1 --- include/flags/flags.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/flags/flags.hpp b/include/flags/flags.hpp index c1349b18..7df623bc 100644 --- a/include/flags/flags.hpp +++ b/include/flags/flags.hpp @@ -85,8 +85,7 @@ template class flags { template - flags(FwIter b, FwIter e, - typename convertible::type = nullptr) + flags(FwIter b, FwIter e, typename convertible())>::type = nullptr) noexcept(noexcept(std::declval().insert(std::declval(), std::declval()))) : val_(0)