Skip to content
Snippets Groups Projects
Commit 4ea100ee authored by Markus Blatt's avatar Markus Blatt
Browse files

Removed unnecessary semicolon because g++ complained in pedantic mode.

[[Imported from SVN: r1223]]
parent bf07e252
No related branches found
No related tags found
No related merge requests found
......@@ -95,11 +95,11 @@ namespace Dune {
inline void Exception::message(std::string message) {
_message = message;
};
}
inline std::ostream& operator<<(std::ostream &stream, Exception &e) {
return stream << e.what();
};
}
// the "format" the exception-type gets printed. __FILE__ and
// __LINE__ are standard C-defines, the GNU cpp-infofile claims that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment