mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-13 18:39:14 +01:00
If you compile using `nvcc` and pass the option `--expt-relaxed-constexpr` it will crash with an internal compiler error. This modification prevents using `constexpr` in `fmtlib` when compiling using `nvcc` and prevents the crash.