From 8db24c0ea973cfd6b897286240c68423937f46bf Mon Sep 17 00:00:00 2001 From: rohitsutreja <128723626+rohitsutreja@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:19:53 +0530 Subject: [PATCH] restore 'inline' for normalize_libcxx_inline_namespaces (#4571) --- include/fmt/std.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/std.h b/include/fmt/std.h index 3928082f..0cc0066e 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -139,8 +139,8 @@ template class is_variant_formattable { #endif // FMT_CPP_LIB_VARIANT #if FMT_USE_RTTI -string_view normalize_libcxx_inline_namespaces(string_view demangled_name_view, - char* begin) { +inline string_view normalize_libcxx_inline_namespaces( + string_view demangled_name_view, char* begin) { // Normalization of stdlib inline namespace names. // libc++ inline namespaces. // std::__1::* -> std::*