New issue
Advanced search Search tips

Issue 735302 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Structs should use standard operators and functions instead of custom methods

Project Member Reported by tibell@chromium.org, Jun 21 2017

Issue description

Generated C++ structs currently have Equals and Hash functions. Those could be replaced by a standard == operator and a std::hash specialization.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Jun 21 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.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Description: Show this description
Labels: -Hotlist-Recharge-Cold
Status: Available (was: Untriaged)
Summary: Structs should use standard operators and functions instead of custom methods (was: StructPtr should use standard operators and functions instead of custom methods)

Sign in to add a comment