mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Fix issue #629
This commit is contained in:
@@ -98,6 +98,8 @@ inline const char* to_short_str(spdlog::level::level_enum l)
|
||||
{
|
||||
return short_level_names[l];
|
||||
}
|
||||
using level_hasher = std::hash<int>;
|
||||
|
||||
} //level
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user