Eliminate c10 string_utils (#138499)

Test Plan: Sandcastle

Pull Request resolved: https://github.com/pytorch/pytorch/pull/138499
Approved by: https://github.com/swolchok
This commit is contained in:
Richard Barnes
2024-10-23 13:40:19 +00:00
committed by PyTorch MergeBot
parent c2d26418c3
commit 04103f6ae9

View File

@ -2,6 +2,8 @@
#include <string>
#if !defined(FBCODE_CAFFE2) && !defined(C10_NO_DEPRECATED)
namespace c10 {
// NOLINTNEXTLINE(misc-unused-using-decls)
@ -16,3 +18,5 @@ using std::stoull;
using std::to_string;
} // namespace c10
#endif