fmt/include
Mikael Simberg 89860eb901
Use void(*)(void*) instead of decltype(&std::free) to satisfy clang in CUDA mode (#3751)
clang can't resolve &std::free in decltype(&std::free) because std::free
is overloaded (for host and device).
2023-12-11 09:44:02 -08:00
..
fmt Use void(*)(void*) instead of decltype(&std::free) to satisfy clang in CUDA mode (#3751) 2023-12-11 09:44:02 -08:00