mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +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;
|
||||
#else
|
||||
struct utc_clock {
|
||||
void to_sys();
|
||||
template <typename T> void to_sys(T);
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user