Skip to content

Commit

Permalink
Add parameter to the fallback to_sys function.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml authored and vitaut committed Jan 11, 2025
1 parent 87e0072 commit bfbdc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bfbdc2b

Please sign in to comment.