Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
phprus committed Aug 3, 2024
1 parent aef010c commit 69825a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,9 @@ template <typename T> class buffer {
// Workaround for Visual Studio 2019 to fix error C2893: Failed to specialize
// function template 'void fmt::v11::detail::buffer<T>::append(const U *,const
// U *)'
#ifndef FMT_DETAIL_EXPLICIT_INSTANTIATIONS
//#ifndef FMT_DETAIL_EXPLICIT_INSTANTIATIONS
FMT_CONSTEXPR20
#endif
//#endif
void
append(const U* begin, const U* end) {
while (begin != end) {
Expand Down
2 changes: 1 addition & 1 deletion src/format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// For the license information refer to format.h.

#define FMT_DETAIL_EXPLICIT_INSTANTIATIONS 1
//#define FMT_DETAIL_EXPLICIT_INSTANTIATIONS 1
#include "fmt/format-inl.h"

FMT_BEGIN_NAMESPACE
Expand Down

0 comments on commit 69825a2

Please sign in to comment.