visual studio 2019 gives error C2049 ('fmt::v7': non-inline namespace cannot be reopened as inline) when compiling fmt with /clr)

This commit is contained in:
rglarix 2020-09-18 17:38:31 +02:00
parent 45da432d60
commit e5652fc114

View File

@ -180,7 +180,7 @@
#ifndef FMT_BEGIN_NAMESPACE
# if FMT_HAS_FEATURE(cxx_inline_namespaces) || FMT_GCC_VERSION >= 404 || \
FMT_MSC_VER >= 1900
(FMT_MSC_VER >= 1900 && !_MANAGED)
# define FMT_INLINE_NAMESPACE inline namespace
# define FMT_END_NAMESPACE \
} \