mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-23 13:45:10 +00:00
Merge branch 'master' into smart_holder
[actions skip]
This commit is contained in:
commit
dcdadd73f5
@ -101,7 +101,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
inline std::tm *localtime_thread_safe(const std::time_t *time, std::tm *buf) {
|
inline std::tm *localtime_thread_safe(const std::time_t *time, std::tm *buf) {
|
||||||
#if defined(__STDC_WANT_LIB_EXT1__) || defined(_MSC_VER)
|
#if (defined(__STDC_LIB_EXT1__) && defined(__STDC_WANT_LIB_EXT1__)) || defined(_MSC_VER)
|
||||||
if (localtime_s(buf, time))
|
if (localtime_s(buf, time))
|
||||||
return nullptr;
|
return nullptr;
|
||||||
return buf;
|
return buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user