fix(shell/lean): set global ios

This commit is contained in:
Gabriel Ebner 2016-11-22 09:47:42 -05:00 committed by Leonardo de Moura
parent d8ee8d6ea7
commit f756e9ed92

View file

@ -393,6 +393,8 @@ int main(int argc, char ** argv) {
ios.set_regular_channel(ios.get_diagnostic_channel_ptr());
}
#endif
scope_global_ios scope_ios(ios);
scoped_message_buffer scope_msg_buf(msg_buf.get());
scope_message_context scope_msg_ctx(message_bucket_id { "_global", 1 });