mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
returned fast_oss with optimizations
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
#include<cstdio>
|
||||
#include<ctime>
|
||||
|
||||
namespace c11log {
|
||||
namespace details {
|
||||
namespace os {
|
||||
namespace c11log
|
||||
{
|
||||
namespace details
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
|
||||
inline std::tm localtime(const std::time_t &time_tt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user