From e803bf11296d8e7900dafb41e7b1224778d33dc6 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Thu, 19 Nov 2020 21:39:08 -0800 Subject: [vcpkg] fix cmake paths in tags (alternative 2) (#14661) * [vcpkg] fix cmake paths in tags (alternative 2) * fix compile on VS2019 unnecessary and invalid SFINAE'd constructor --- toolsrc/include/vcpkg/base/span.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/base/span.h b/toolsrc/include/vcpkg/base/span.h index 91d94ec47..7748222cf 100644 --- a/toolsrc/include/vcpkg/base/span.h +++ b/toolsrc/include/vcpkg/base/span.h @@ -32,11 +32,6 @@ namespace vcpkg { } - template::value>> - constexpr Span(std::remove_const_t (&arr)[N]) noexcept : m_ptr(arr), m_count(N) - { - } - template().data()), class = std::enable_if_t, Span>::value>> -- cgit v1.2.3