commit | d66e6b8e73c6e886024f251301d13ac9f972cb10 | [log] [tgz] |
---|---|---|
author | rsleevi <[email protected]> | Fri Apr 15 01:24:46 2016 |
committer | Commit bot <[email protected]> | Fri Apr 15 01:27:22 2016 |
tree | ea423231aaad35e445618e92aa4b4b917b72b0ec | |
parent | dd2789fc35981800496a993e864ca0851e7e512c [diff] |
Update the CT Known Logs implementation to C++11 While adding some new code, some low-hanging cleanups were noted. The comparison function was using the wrong signature (int v bool), named not according to the style guide, and some preconditions could have been strengthened. Embrace the C++11 and lambda-fy it + simplify it. BUG=none [email protected] [email protected] Review URL: https://codereview.chromium.org/1885563005 Cr-Commit-Position: refs/heads/master@{#387512}