Skip to content

Commit d0a3d43

Browse files
[basic.string.general] Align both overloads of data
1 parent c07c130 commit d0a3d43

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
@@ -2238,7 +2238,7 @@
22382238
// \ref{string.ops}, string operations
22392239
constexpr const charT* c_str() const noexcept;
22402240
constexpr const charT* data() const noexcept;
2241-
constexpr charT* data() noexcept;
2241+
constexpr charT* data() noexcept;
22422242
constexpr operator basic_string_view<charT, traits>() const noexcept;
22432243
constexpr allocator_type get_allocator() const noexcept;
22442244

0 commit comments

Comments
 (0)