Add the template instantiation declaration
Add the template instantiation **declaration** of `basic_data<void>` the the template instantiation **definition** is in `format.cc`
This commit is contained in:
parent
0ad4dadcba
commit
28882fa1e3
@ -4025,6 +4025,10 @@ constexpr detail::udl_arg<wchar_t> operator"" _a(const wchar_t* s, size_t) {
|
|||||||
}
|
}
|
||||||
} // namespace literals
|
} // namespace literals
|
||||||
#endif // FMT_USE_USER_DEFINED_LITERALS
|
#endif // FMT_USE_USER_DEFINED_LITERALS
|
||||||
|
|
||||||
|
namespace detail {
|
||||||
|
extern template struct FMT_INSTANTIATION_DEF_API fmt::detail::basic_data<void>;
|
||||||
|
} // namespace detail
|
||||||
FMT_END_NAMESPACE
|
FMT_END_NAMESPACE
|
||||||
|
|
||||||
#ifdef FMT_HEADER_ONLY
|
#ifdef FMT_HEADER_ONLY
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user