From 28d7016c32b39656dafa0936cfedb02159f9e7cd Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Feb 2022 20:40:56 +0800 Subject: ... --- include/cru/common/Format.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/cru/common/Format.h') diff --git a/include/cru/common/Format.h b/include/cru/common/Format.h index ede2998b..7628f07d 100644 --- a/include/cru/common/Format.h +++ b/include/cru/common/Format.h @@ -35,10 +35,7 @@ std::enable_if_t, String> ToString(T value) { } template -std::enable_if_t< - std::is_convertible_v)), String>, - String> -ToString(const T& value, StringView option) { +String ToString(const T& value, StringView option) { CRU_UNUSED(option) return ToString(value); } -- cgit v1.2.3