Changed: fix for vc2013

--HG--
branch : develop
feature/clean-deprecated
Nimetu 6 years ago
parent 4cdd0bac47
commit fa86408d50

@ -277,7 +277,7 @@ template <class T> T trimRightWhiteSpaces (const T &str)
} }
// if both first and last char are quotes (' or "), then remove them // if both first and last char are quotes (' or "), then remove them
template <class T> T trimQuotes (const T&str) template <class T> T trimQuotes (const T &str)
{ {
typename T::size_type size = str.size(); typename T::size_type size = str.size();
if (size == 0) if (size == 0)

Loading…
Cancel
Save