Disable fmtlib fmt macro that shadows existing Group::fmt function
This commit is contained in:
parent
6b3c912ec3
commit
99d4972e6b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
//! @file fmt.h Wrapper for either system-installed or local headers for fmt
|
||||
#include "ct_defs.h"
|
||||
|
||||
//! Do not use the fmt macro from fmtlib because it shadows a function of
|
||||
//! the same name in kinetics/Group.h
|
||||
#define FMT_NO_FMT_STRING_ALIAS
|
||||
|
||||
#if CT_USE_SYSTEM_FMT
|
||||
#include "fmt/format.h"
|
||||
#if defined(FMT_VERSION) && FMT_VERSION >= 40000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue