Avoid specializing std::formatter for std::tm (not a great idea after all)

This commit is contained in:
Charless Milette
2021-11-15 15:27:34 -05:00
parent f6901606f5
commit 2d77ef92b0
5 changed files with 73 additions and 95 deletions

View File

@@ -42,7 +42,7 @@ public:
void reset()
{
start_tp_ = clock ::now();
start_tp_ = clock::now();
}
};
} // namespace spdlog