commit | a5223e141232743f593aa66ceb9b3e1dd3876e81 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Wed Feb 02 15:34:35 2022 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Feb 02 21:43:48 2022 +0000 |
tree | 880df8627ad4db59d998033ed6a163ea15aadb48 | |
parent | afb651172e0ff2b208b660afb9993e387694e683 [diff] |
Remove SkSL::String + string_view concatenation. std::string unfortunately does not have a `string + string_view` plus operator. (https://stackoverflow.com/q/44636549/291737) This brings SkSL::String one step closer to matching std::string's API. Change-Id: I44fd4538a9433442d2f34e63ebd120f3377fbb70 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/503343 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>