mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-12 06:30:02 +08: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. |
||
|---|---|---|
| .. | ||
| color.h | ||
| core.h | ||
| format-inl.h | ||
| format.h | ||
| ostream.h | ||
| posix.h | ||
| printf.h | ||
| ranges.h | ||
| time.h | ||