yanyiwu / limonp

C++ headers(hpp) library with Python style.
MIT License
125 stars 43 forks source link

Replace `localtime` with `localtime_s` on Windows and `localtime_r` on Linux #30

Closed playgithub closed 1 year ago

playgithub commented 1 year ago

localtime在VS2022中默认配置编译时报错(不是警告)

yanyiwu commented 1 year ago

Thanks