1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 10:09:54 +08:00

removed class to return size of array.

This commit is contained in:
fegomes 2018-03-08 19:09:46 -03:00
parent 48c8755d06
commit c21dd874d1

View File

@ -56,9 +56,6 @@ namespace spdlog
class formatter; class formatter;
template<class T, size_t N>
constexpr size_t size(T(&)[N]) { return N; }
namespace sinks namespace sinks
{ {
class sink; class sink;