Skip to content

Commit

Permalink
Reenable print optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jul 21, 2024
1 parent 3cc32fd commit 439b6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/format-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ template <typename F> class fallback_file : public file_base<F> {
};

#ifndef FMT_USE_FALLBACK_FILE
# define FMT_USE_FALLBACK_FILE 1
# define FMT_USE_FALLBACK_FILE 0
#endif

template <typename F,
Expand Down

0 comments on commit 439b6d7

Please sign in to comment.