Skip to content
Snippets Groups Projects
Commit 1f3a08bd authored by Thomas Madlener's avatar Thomas Madlener
Browse files

Fix fmt for StatEntity for latest fmt versions

parent db183448
No related branches found
No related tags found
1 merge request!1409Fix fmt for StatEntity for latest fmt versions
......@@ -21,6 +21,12 @@
* @date 2005-08-02
* @date 2007-07-08
*/
#if FMT_VERSION >= 90000
template <>
struct fmt::formatter<StatEntity> : fmt::ostream_formatter {};
#endif
// ============================================================================
/* Constructor from IStatSvc,tag and value
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment