Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enkilee committed Aug 17, 2023
1 parent 3d8dcc9 commit 3c12638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/core/string_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class StringTensor : public TensorBase,

/// \brief Because string tensor is a resource handle, we provide a default
/// move constructor to support move semantics.
StringTensor(StringTensor&& other) noexcept = default;
StringTensor(StringTensor&& other) = default;

StringTensor(const StringTensor& other);

Expand Down

0 comments on commit 3c12638

Please sign in to comment.