add stream logging support for base::Optional |
|
Issue descriptionOther 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. |
|
►
Sign in to add a comment |
|
Comment 1 by bmcquade@chromium.org
, Jul 11 2016