mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 02:27:45 +00:00
parent
4423490d0b
commit
52aabbe7ef
@ -1959,6 +1959,9 @@ class ArgFormatterBase : public ArgVisitor<Impl, void> {
|
|||||||
writer_.write_int(reinterpret_cast<uintptr_t>(p), spec_);
|
writer_.write_int(reinterpret_cast<uintptr_t>(p), spec_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// workaround MSVC two-phase lookup issue
|
||||||
|
typedef internal::Arg Arg;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
BasicWriter<Char> &writer() { return writer_; }
|
BasicWriter<Char> &writer() { return writer_; }
|
||||||
Spec &spec() { return spec_; }
|
Spec &spec() { return spec_; }
|
||||||
|
Loading…
Reference in New Issue
Block a user