Commit 683e44f5 authored by gabime's avatar gabime

Use static fun instead of member

parent 0b36d4e3
......@@ -87,7 +87,7 @@ private:
std::array<std::string, level::n_levels> colors_;
void print_ccode_(const string_view_t &color_code);
void print_range_(const memory_buf_t &formatted, size_t start, size_t end);
std::string to_string_(const string_view_t& sv);
static std::string to_string_(const string_view_t& sv);
};
template<typename ConsoleMutex>
......
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