Commit 2963b9f0 authored by gabime's avatar gabime

Updated comment

parent a4a9bc4d
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// //
// If other units are needed (e.g. millis instead of double), include "fmt/chrono.h" and use "duration_cast<..>(sw.elapsed())": // If other units are needed (e.g. millis instead of double), include "fmt/chrono.h" and use "duration_cast<..>(sw.elapsed())":
// //
// #include <fmt/chrono.h> // #include <spdlog/fmt/chrono.h>
//.. //..
// using std::chrono::duration_cast; // using std::chrono::duration_cast;
// using std::chrono::milliseconds; // using std::chrono::milliseconds;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment