boost::ui::log::error — Shows error dialog in idle time.
// In header: <boost/ui/log.hpp> // Shows error dialog in idle time. class error : public boost::ui::log { public: // construct/copy/destruct error(); };
error
error();