Definition at line 108 of file ofits.h.
References ___err___, gLog, and Trim().
Referenced by check().
112 #if GCC_VERSION < 40603 113 for (std::string::const_iterator c=
key.begin(); c<
key.end(); c++)
115 for (std::string::const_iterator c=
key.cbegin(); c<
key.cend(); c++)
119 std::ostringstream sout;
120 sout <<
"Invalid character '" << *c <<
"' [" << int(*c) <<
"] found in comment '" <<
comment <<
"'";
122 throw std::runtime_error(sout.str());
std::string Trim(const std::string &str)