Make the interface provided by ScopedPrinter virtual to support a future JSONScopedPrinter which will supply it's own implementation.
This change is split off from D114052.
Differential D114223
Make ScopedPrinter interface virtual Jaysonyan on Nov 18 2021, 10:05 PM. Authored by
Details Make the interface provided by ScopedPrinter virtual to support a future JSONScopedPrinter which will supply it's own implementation. This change is split off from D114052.
Diff Detail
Event Timeline
Comment Actions Updated printRawFlagsImpl to be overloaded printFlagsImpl method.
Comment Actions Add printList overloads (to handle future JSONScopedPrinter number and boolean printing).
|