Fix incorrect namespace in previous commit
This commit is contained in:
parent
28882fa1e3
commit
81aaff7534
@ -4027,7 +4027,7 @@ constexpr detail::udl_arg<wchar_t> operator"" _a(const wchar_t* s, size_t) {
|
|||||||
#endif // FMT_USE_USER_DEFINED_LITERALS
|
#endif // FMT_USE_USER_DEFINED_LITERALS
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
extern template struct FMT_INSTANTIATION_DEF_API fmt::detail::basic_data<void>;
|
extern template struct FMT_INSTANTIATION_DEF_API basic_data<void>;
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
FMT_END_NAMESPACE
|
FMT_END_NAMESPACE
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user