Skip to content

Commit d915a0a

Browse files
[string.view.access] Use const charT* for data
for consistency with `basic_string`
1 parent 4f32f71 commit d915a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@
11101110

11111111
\indexlibrarymember{data}{basic_string_view}%
11121112
\begin{itemdecl}
1113-
constexpr const_pointer data() const noexcept;
1113+
constexpr const charT* data() const noexcept;
11141114
\end{itemdecl}
11151115

11161116
\begin{itemdescr}

0 commit comments

Comments
 (0)