From 05226c4bd9ebbfff02d3c5a86c03df5b8b83c425 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 20 Sep 2024 19:13:09 -0700 Subject: [PATCH] Remove type_identity --- include/fmt/format.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 37223f2d..880d948b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -277,11 +277,6 @@ template struct is_contiguous> : std::true_type {}; -template struct type_identity { - using type = T; -}; -template using type_identity_t = typename type_identity::type; - namespace detail { FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) {