We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data
1 parent c07c130 commit d0a3d43Copy full SHA for d0a3d43
source/strings.tex
@@ -2238,7 +2238,7 @@
2238
// \ref{string.ops}, string operations
2239
constexpr const charT* c_str() const noexcept;
2240
constexpr const charT* data() const noexcept;
2241
- constexpr charT* data() noexcept;
+ constexpr charT* data() noexcept;
2242
constexpr operator basic_string_view<charT, traits>() const noexcept;
2243
constexpr allocator_type get_allocator() const noexcept;
2244
0 commit comments