Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use void(*)(void*) instead of decltype(&std::free) to satisfy clang i…
…n CUDA mode (fmtlib#3751) clang can't resolve &std::free in decltype(&std::free) because std::free is overloaded (for host and device).
- Loading branch information