Changed: fix for vc2013
--HG-- branch : develop
This commit is contained in:
parent
4cdd0bac47
commit
fa86408d50
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue