mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Reenable print optimization
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user