New issue
Advanced search Search tips

Issue 691162 link

Starred by 4 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Task



Sign in to add a comment

meta: Convert StringPiece to std::string_view

Project Member Reported by pkasting@chromium.org, Feb 11 2017

Issue description

C++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.
 
Cc: scottmg@chromium.org
Cc: kwiberg@chromium.org

Comment 3 by thakis@chromium.org, Feb 13 2017

Probably want to wait with this until 17 is ratified.
Project Member

Comment 4 by sheriffbot@chromium.org, Feb 13 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
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
Status: Available (was: Untriaged)
Labels: -Hotlist-Recharge-Cold

Sign in to add a comment