mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-21 03:41:05 +00:00
- Disable templated user-defined literals when compiled under nvcc Similarly to Intel's C++ compiler, nvcc fails to compile templated UDLs as they both share the same parsing engine (EDG C++ Front End). This fixes building CUDA programs which make use of fmt.