New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 625132 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jul 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

add stream logging support for base::Optional

Project Member Reported by bmcquade@chromium.org, Jul 1 2016

Issue description

Other base types, such as base::TimeDelta, provide operator<< for use
when logging, for example:

LOG(ERROR) << "Some log message: " << time_delta;

As we migrate some uses of base::TimeDelta to
base::Optional<base::TimeDelta>, I'm finding that logged base::TimeDelta
instances won't compile without this change.
 
Status: WontFix (was: Started)

Sign in to add a comment