Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch compiler error when building using nvcc
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.
- Loading branch information