forked from fmtlib/fmt
Fix the build.
This commit is contained in:
2
format.h
2
format.h
@@ -1123,7 +1123,7 @@ class BasicFormatter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Constructs a formatter from a proxy object.
|
// Constructs a formatter from a proxy object.
|
||||||
BasicFormatter(const Proxy &p) : BasicFormatter<Char>(*p.writer, p.format) {}
|
BasicFormatter(const Proxy &p) : writer_(p.writer), format_(p.format) {}
|
||||||
|
|
||||||
operator Proxy() {
|
operator Proxy() {
|
||||||
const Char *format = format_;
|
const Char *format = format_;
|
||||||
|
Reference in New Issue
Block a user