avoid problems with consteval
This commit is contained in:
@ -219,6 +219,9 @@
|
|||||||
# define FMT_UNICODE !FMT_MSC_VERSION
|
# define FMT_UNICODE !FMT_MSC_VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// LAMMPS customization: avoid problems with consteval altogether
|
||||||
|
#define FMT_CONSTEVAL
|
||||||
|
|
||||||
#ifndef FMT_CONSTEVAL
|
#ifndef FMT_CONSTEVAL
|
||||||
# if ((FMT_GCC_VERSION >= 1000 || FMT_CLANG_VERSION >= 1101) && \
|
# if ((FMT_GCC_VERSION >= 1000 || FMT_CLANG_VERSION >= 1101) && \
|
||||||
(!defined(__apple_build_version__) || \
|
(!defined(__apple_build_version__) || \
|
||||||
|
|||||||
Reference in New Issue
Block a user