mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
fast_buf\!
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user