mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
feat(Deps/Fmt): update fmt lib to 10.1.1 (#17643)
This commit is contained in:
@@ -633,8 +633,11 @@ namespace lfg
|
||||
bool m_Testing;
|
||||
};
|
||||
|
||||
template <typename T, FMT_ENABLE_IF(std::is_enum_v<T>)>
|
||||
auto format_as(T f) { return fmt::underlying(f); }
|
||||
|
||||
} // namespace lfg
|
||||
|
||||
#define sLFGMgr lfg::LFGMgr::instance()
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user