meta: Convert StringPiece to std::string_view |
|||||
Issue descriptionC++17 adds std::string_view, which serves the same role as StringPiece. Matching Google internal, we should change StringPiece's API to match the proposed STL API here, and when C++17 is available in Chromium, we should eliminate it and switch callers to std::string_view directly. Unknown whether it would make sense to rename StringPiece to string_view (in some namespace?) before then.
,
Feb 12 2017
,
Feb 13 2017
Probably want to wait with this until 17 is ratified.
,
Feb 13 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Feb 13 2018
,
Feb 13 2018
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by scottmg@chromium.org
, Feb 11 2017