SeriousProton icon indicating copy to clipboard operation
SeriousProton copied to clipboard

fixes in stringImproved

Open gcask opened this issue 4 years ago • 1 comments
trafficstars

  • single char variant now calls the string_view counterpart (ensures consistency)
  • fixed the find which was using the stock substr() and not the improved string ones, which has a different behavior (mostly about negative indices).

gcask avatar Jul 01 '21 17:07 gcask

Note: we should make more stuff use the substr_view() (like endswith!) but that's going to be a separate PR

gcask avatar Jul 01 '21 17:07 gcask