mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
c2d26418c3
commit
04103f6ae9
@ -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
|
||||
|
Reference in New Issue
Block a user