From d1edc41afbbf3c115f29d1da0722ca1592831709 Mon Sep 17 00:00:00 2001 From: dpoliaru Date: Wed, 11 Dec 2019 19:35:57 +0200 Subject: [PATCH] Removed unused template function. --- toolsrc/include/vcpkg/base/util.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/toolsrc/include/vcpkg/base/util.h b/toolsrc/include/vcpkg/base/util.h index 3d32e3aa800577..ad628e07103c2f 100644 --- a/toolsrc/include/vcpkg/base/util.h +++ b/toolsrc/include/vcpkg/base/util.h @@ -11,14 +11,6 @@ namespace vcpkg::Util { - template - constexpr std::add_const_t& as_const(T& t) noexcept - { - return t; - } - template - void as_const(const T&&) = delete; - template using ElementT = std::remove_reference_t::iterator>())>;