Skip to content
Snippets Groups Projects
Commit 4f3324fe authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[string] fix warning

parent 6f3ee2cf
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ static inline T convert_safely(std::string ss)
"Error in the stl while converting the string '" << ss << "' to type '" << Typename<T>::value() << "':\n"
<< e.what());
}
return T();
} // ... convert_safely(...)
// unspecialized variant
......
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