00001 00002 namespace more { 00003 namespace diag { 00004 /** A stream used for reporting a fatal error. The error message is 00005 * terminated by the alert character, '\a', which cases eighter an 00006 * abort() or an logic error to be thrown. */ 00007 // std::ostream& os_fatal; 00008 // std::ostream& os_warning; 00009 00010 /** report a fatal error. */ 00011 void logic_error(std::string where, std::string msg); 00012 00013 }} // more::diag