helpers: 201103L have to_string

This commit is contained in:
Jacek Jendrzej
2016-10-24 13:41:23 +02:00
parent b8cf8167f4
commit 80f7d0a299
2 changed files with 2 additions and 2 deletions

View File

@@ -1125,7 +1125,7 @@ std::vector<std::string> split(const std::string &s, char delim)
return vec;
}
#if __cplusplus <= 201103L
#if __cplusplus < 201103L
std::string to_string(int i)
{
std::stringstream s;