Commit 85c701d
string_view: Add defaulted copy constructor and assignment
The defaulted copy constructor and assignment were removed to work around
a gdb bug, but gdb now works without the workaround.
PiperOrigin-RevId: 706694737
Change-Id: I5da06a29094f28a45a5910eab1f7a5155b34d57f1 parent 5c28547 commit 85c701d
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
| 207 | + | |
| 208 | + | |
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
| |||
0 commit comments