Skip to content
Snippets Groups Projects
Commit 2e640b2b authored by Eric Cano's avatar Eric Cano
Browse files

Reverted use of noexcept back to throw() as SLC6 compiler does not support noexcept.

parent 7a1616a4
Branches
Tags
No related merge requests found
......@@ -109,7 +109,7 @@ namespace utils {
* @param s The string to be trimmed.
* @return The result of trimming the string.
*/
std::string trimString(const std::string &s) noexcept;
std::string trimString(const std::string &s) throw();
/**
* Returns a string with an ellipsis in the end if necessary so that the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment