mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00: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.
|
||||
BasicFormatter(const Proxy &p) : BasicFormatter<Char>(*p.writer, p.format) {}
|
||||
BasicFormatter(const Proxy &p) : writer_(p.writer), format_(p.format) {}
|
||||
|
||||
operator Proxy() {
|
||||
const Char *format = format_;
|
||||
|
Loading…
Reference in New Issue
Block a user