Commit 06257de
committed
[string] Consistently spell return types and types of data members
Affected sections:
- [basic.string.general] Align both overloads of `data`
- [basic.string.general] Use `(const_)reference` for consistency with
other sequence containers
- [string.access] Use `(const_)reference` for consistency with other
sequence containers
- [string.view.template.general] Use `const charT*` for `data` and a
data member, for the consistency with `basic_string`.
-[string.view.access] Use `const charT*` for `data` for consistency with
`basic_string`1 parent 3ddbebd commit 06257de
1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
1110 | 1110 | | |
1111 | 1111 | | |
1112 | 1112 | | |
1113 | | - | |
| 1113 | + | |
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
| |||
2131 | 2131 | | |
2132 | 2132 | | |
2133 | 2133 | | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
2137 | | - | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
2138 | 2138 | | |
2139 | 2139 | | |
2140 | 2140 | | |
| |||
2238 | 2238 | | |
2239 | 2239 | | |
2240 | 2240 | | |
2241 | | - | |
| 2241 | + | |
2242 | 2242 | | |
2243 | 2243 | | |
2244 | 2244 | | |
| |||
3135 | 3135 | | |
3136 | 3136 | | |
3137 | 3137 | | |
3138 | | - | |
3139 | | - | |
| 3138 | + | |
| 3139 | + | |
3140 | 3140 | | |
3141 | 3141 | | |
3142 | 3142 | | |
| |||
3151 | 3151 | | |
3152 | 3152 | | |
3153 | 3153 | | |
3154 | | - | |
3155 | | - | |
| 3154 | + | |
| 3155 | + | |
3156 | 3156 | | |
3157 | 3157 | | |
3158 | 3158 | | |
| |||
0 commit comments