Files
fmt/include/fmt
Greg Sjaardema e204df0e66 nvcc compiler should be EDG-based, but fails test (#1818)
Our nvcc compilers (10.1.243 and 9.2.X) do not define the correct value for `FMT_USE_UDL_TEMPLATE` and then end up with an error later on in the build.  Explicitly search for `__NVCC__` symbol not being defined.   Might want to instead use `FMT_NVCC` or some other check, but the raw `__EDG_VERSION__` check is not working correctly for nvcc.
2020-08-13 15:18:57 -07:00
..
2020-06-14 07:42:52 -07:00
2020-07-20 07:56:20 -07:00
2020-08-10 07:20:34 -07:00
2020-08-05 08:22:12 -07:00
2020-05-07 15:59:46 -07:00
2020-07-10 20:35:14 -07:00