fast_buf\!

This commit is contained in:
gabime
2014-03-20 03:47:57 +02:00
parent d0f3b05f90
commit ba2b6aea25
12 changed files with 75 additions and 55 deletions

View File

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