mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Add parameter to the fallback to_sys function.
This commit is contained in:
committed by
Victor Zverovich
parent
87e0072673
commit
bfbdc2be9a
@ -261,7 +261,7 @@ namespace detail {
|
|||||||
using utc_clock = std::chrono::utc_clock;
|
using utc_clock = std::chrono::utc_clock;
|
||||||
#else
|
#else
|
||||||
struct utc_clock {
|
struct utc_clock {
|
||||||
void to_sys();
|
template <typename T> void to_sys(T);
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user