53 using std::ostringstream;
64 strm << get_error_message() << endl
65 <<
"Location: \"" << file <<
"\", line " << line << endl;
66 for (
int i = 0; i < 5; ++i)
67 strm << i <<
") " << HEstring((hdf_err_code_t) HEvalue(i)) << endl;
hcerr(const char *msg, const char *file, int line)