Commit c21dd874 authored by fegomes's avatar fegomes

removed class to return size of array.

parent 48c8755d
......@@ -56,9 +56,6 @@ namespace spdlog
class formatter;
template<class T, size_t N>
constexpr size_t size(T(&)[N]) { return N; }
namespace sinks
{
class sink;
......
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