mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +00:00
Reenable print optimization
This commit is contained in:
parent
3cc32fdc8b
commit
439b6d7212
@ -1615,7 +1615,7 @@ template <typename F> class fallback_file : public file_base<F> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifndef FMT_USE_FALLBACK_FILE
|
#ifndef FMT_USE_FALLBACK_FILE
|
||||||
# define FMT_USE_FALLBACK_FILE 1
|
# define FMT_USE_FALLBACK_FILE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <typename F,
|
template <typename F,
|
||||||
|
Loading…
Reference in New Issue
Block a user