From 08d89e8040c2a3fd14b036a90912da30ec0a66bd Mon Sep 17 00:00:00 2001 From: Mathew Benson Date: Sun, 20 Aug 2023 14:41:37 +0300 Subject: [PATCH] Remove Commented out Line --- include/fmt/core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 751b89dd..b8719972 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1662,7 +1662,6 @@ template class basic_format_arg { \endrst */ // DEPRECATED! -//FMT_EXPORT template FMT_CONSTEXPR FMT_INLINE auto visit_format_arg( Visitor&& vis, const basic_format_arg& arg) -> decltype(vis(0)) {