You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
specify get_line behavior on out of range versus empty line
When the specified line is empty, the returned `string_view` will still have a valid (non-null) data pointer. When the line number is out of range, the data pointer will be null.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ UTF-8 decoding is performed using a state machine based on Bjoern Hoehrmann's '[
290
290
-**[@levicki](https://github.com/levicki)** - Helped design some new features
291
291
-**[@moorereason](https://github.com/moorereason)** - Reported a whole bunch of bugs
292
292
-**[@mosra](https://github.com/mosra)** - Created the awesome [m.css] used to generate the API docs
293
-
-**[@N-Dekker](https://github.com/N-Dekker)** - Added a workaround for the legacy lambda processor of MSVC 2019/2022
293
+
-**[@N-Dekker](https://github.com/N-Dekker)** - Added a workaround for the legacy lambda processor of MSVC 2019/2022, added `get_line`
294
294
-**[@ned14](https://github.com/ned14)** - Reported a bunch of bugs and helped design some new features
295
295
-**[@okureta](https://github.com/okureta)** - Reported a bug
296
296
-**[@prince-chrismc](https://github.com/prince-chrismc)** - Added toml++ to ConanCenter, and fixed some typos
0 commit comments