c10::string_view -> std::string_view in caffe2/jit (#142383)

Test Plan: Sandcastle

Differential Revision: D66939979

Pull Request resolved: https://github.com/pytorch/pytorch/pull/142383
Approved by: https://github.com/malfet
This commit is contained in:
Richard Barnes
2024-12-10 15:42:28 +00:00
committed by PyTorch MergeBot
parent dd2d0c6b80
commit 7e41717a26
11 changed files with 20 additions and 20 deletions

View File

@ -5,7 +5,7 @@
namespace torch {
namespace jit {
constexpr c10::string_view testSource = R"JIT(
constexpr std::string_view testSource = R"JIT(
class FooTest:
def __init__(self, x):
self.x = x