mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-16 00:05:31 -04:00
Fix the build.
This commit is contained in:
parent
bc6c1c17cc
commit
9b619782a0
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_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user