From c21dd874d1bea2a7d692409144dd499f848ba4a6 Mon Sep 17 00:00:00 2001 From: fegomes Date: Thu, 8 Mar 2018 19:09:46 -0300 Subject: [PATCH] removed class to return size of array. --- include/spdlog/common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 2ef4d24c..bad9c317 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -56,9 +56,6 @@ namespace spdlog class formatter; -template -constexpr size_t size(T(&)[N]) { return N; } - namespace sinks { class sink;