Home | Libraries | People | FAQ | More |
boost::ui::log::fatal — Shows error and abort immediately.
// In header: <boost/ui/log.hpp> // Shows error and abort immediately. class fatal : public boost::ui::log { public: // construct/copy/destruct fatal(); };