mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 12:50:05 +00:00
Workaround an MSVC bug
This commit is contained in:
parent
4cae2da0d0
commit
15694c9a84
@ -1905,7 +1905,7 @@ template <typename T> class buffer {
|
||||
template <typename U>
|
||||
// Workaround for MSVC2019 to fix error C2893: Failed to specialize function
|
||||
// template 'void fmt::v11::detail::buffer<T>::append(const U *,const U *)'.
|
||||
#if !FMT_MSC_VERSION || FMT_MSC_VERSION >= 1930
|
||||
#if !FMT_MSC_VERSION || FMT_MSC_VERSION >= 1940
|
||||
FMT_CONSTEXPR20
|
||||
#endif
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user