Skip to content

Commit 58e1d43

Browse files
JohelEGPzygoloid
authored andcommitted
[string.view.template] Add missing stable reference
1 parent c4b8bd4 commit 58e1d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/strings.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4695,6 +4695,7 @@
46954695
constexpr bool ends_with(charT x) const noexcept;
46964696
constexpr bool ends_with(const charT* x) const;
46974697

4698+
// \ref{string.view.find}, searching
46984699
constexpr size_type find(basic_string_view s, size_type pos = 0) const noexcept;
46994700
constexpr size_type find(charT c, size_type pos = 0) const noexcept;
47004701
constexpr size_type find(const charT* s, size_type pos, size_type n) const;

0 commit comments

Comments
 (0)