This commit is contained in:
gabime
2014-03-17 02:01:40 +02:00
parent 0209765b8f
commit d8ddfe5c24
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ inline bool operator!=(const std::tm& tm1, const std::tm& tm2)
return !(tm1==tm2);
}
inline const char* eol()
constexpr inline const char* eol()
{
#ifdef _WIN32
return "\r\n";