You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Which issue does this PR close?
Closes#15171.
# Rationale for this change
# What changes are included in this PR?
Pass std::string_view by value, not by const-ref
# Are these changes tested?
# Are there any user-facing changes?
No.
* Closes: #15171
Lead-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
Co-authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Describe the enhancement requested
See https://quuxplusone.github.io/blog/2021/11/09/pass-string-view-by-value/
Component(s)
C++
The text was updated successfully, but these errors were encountered: