| 17 | mx::PrintOptions old_options; |
| 18 | mx::PrintOptions new_options; |
| 19 | PrintOptionsContext(mx::PrintOptions p) : new_options(p) {} |
| 20 | PrintOptionsContext& enter() { |
| 21 | old_options = mx::get_global_formatter().format_options; |
| 22 | mx::set_printoptions(new_options); |
nothing calls this directly
no outgoing calls
no test coverage detected