commit | da2c35f3eaa9a7f29f4a6364b4ab8da03eb1ff19 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Mon Feb 03 23:54:02 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Tue Feb 04 12:55:23 2020 +0000 |
tree | 1e14540e8568c9687101ec3dfde8ab1554e62545 | |
parent | f39bfd1d47eef730124f5df72488ffe4dc458af6 [diff] |
Delete dangerous comparison operators from base::expected These operators were included because they're present in the draft standard proposal of std::expected, but they were deemed to lead to bugs, particularly when T is implicitly convertible to bool. Change-Id: Ib149decf1f230198f358dc1ae0eaed71961363f6 Test: m