mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
It is time to enable nested namespaces in the code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/118506 Approved by: https://github.com/albanD
7 lines
119 B
C++
7 lines
119 B
C++
#include <c10/util/UniqueVoidPtr.h>
|
|
|
|
namespace c10::detail {
|
|
|
|
void deleteNothing(void*) {}
|
|
|
|
} // namespace c10::detail
|