We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e344a79 commit d4a936dCopy full SHA for d4a936d
1 file changed
lib/timer.h
@@ -35,7 +35,7 @@ using Clock = std::chrono::high_resolution_clock;
35
using TimePoint = std::chrono::time_point<Clock>;
36
using Duration = std::chrono::milliseconds;
37
38
-constexpr char* OVERALL_TIMER = "Summary";
+static constexpr char OVERALL_TIMER[] = "Summary";
39
40
enum class SHOWTIME_MODES : std::uint8_t {
41
SHOWTIME_NONE,
0 commit comments