From 7ab6fd9db63d0328054bd5aaf3bc712ed3bf3867 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 6 Apr 2019 01:37:51 +0300 Subject: [PATCH] source_loc change line to int --- include/spdlog/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 933589af..105415dd 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -212,8 +212,6 @@ private: std::string msg_; }; - - struct source_loc { SPDLOG_CONSTEXPR source_loc()