Add parameter to the fallback to_sys function.

This commit is contained in:
Marcel Breyer
2025-01-09 09:25:45 +01:00
committed by Victor Zverovich
parent 87e0072673
commit bfbdc2be9a

View File

@ -261,7 +261,7 @@ namespace detail {
using utc_clock = std::chrono::utc_clock;
#else
struct utc_clock {
void to_sys();
template <typename T> void to_sys(T);
};
#endif