lib/fmt/ToBuffer: fix FMT_VERSION check
This commit is contained in:
parent
97a6851525
commit
4328a6f77d
|
@ -32,7 +32,7 @@
|
||||||
#include "util/StringBuffer.hxx"
|
#include "util/StringBuffer.hxx"
|
||||||
|
|
||||||
#include <fmt/core.h>
|
#include <fmt/core.h>
|
||||||
#if FMT_VERSION <= 80000
|
#if FMT_VERSION < 90000
|
||||||
#include <fmt/format.h> // for the fmt::buffer::flush() implementation
|
#include <fmt/format.h> // for the fmt::buffer::flush() implementation
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue