mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Avoid specializing std::formatter for std::tm (not a great idea after all)
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
void reset()
|
||||
{
|
||||
start_tp_ = clock ::now();
|
||||
start_tp_ = clock::now();
|
||||
}
|
||||
};
|
||||
} // namespace spdlog
|
||||
|
||||
Reference in New Issue
Block a user