mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-25 03:39:56 +01:00
restore 'inline' for normalize_libcxx_inline_namespaces (#4571)
This commit is contained in:
@@ -139,8 +139,8 @@ template <typename Variant, typename Char> class is_variant_formattable {
|
|||||||
#endif // FMT_CPP_LIB_VARIANT
|
#endif // FMT_CPP_LIB_VARIANT
|
||||||
|
|
||||||
#if FMT_USE_RTTI
|
#if FMT_USE_RTTI
|
||||||
string_view normalize_libcxx_inline_namespaces(string_view demangled_name_view,
|
inline string_view normalize_libcxx_inline_namespaces(
|
||||||
char* begin) {
|
string_view demangled_name_view, char* begin) {
|
||||||
// Normalization of stdlib inline namespace names.
|
// Normalization of stdlib inline namespace names.
|
||||||
// libc++ inline namespaces.
|
// libc++ inline namespaces.
|
||||||
// std::__1::* -> std::*
|
// std::__1::* -> std::*
|
||||||
|
|||||||
Reference in New Issue
Block a user