avoid problems with consteval

This commit is contained in:
Axel Kohlmeyer
2025-05-29 23:43:02 -04:00
parent 8f9806ec72
commit 5b65c4938f

View File

@ -219,6 +219,9 @@
# define FMT_UNICODE !FMT_MSC_VERSION
#endif
// LAMMPS customization: avoid problems with consteval altogether
#define FMT_CONSTEVAL
#ifndef FMT_CONSTEVAL
# if ((FMT_GCC_VERSION >= 1000 || FMT_CLANG_VERSION >= 1101) && \
(!defined(__apple_build_version__) || \