commit | 801b44c45348144a483793e7b24f4d4092a4f74d | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Thu Apr 28 11:18:07 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 28 11:18:07 2016 -0700 |
tree | 4c9b1f018096069c5946f02cdf82744c56c00eb0 | |
parent | d1adec187069f9706e7311815e8232dd8307e995 [diff] |
Remove skstd::is_convertible. We should now be able to use std::is_convertible. TBR=reed@google.com This doesn't change any API, just where we get a type trait from. Review-Url: https://codereview.chromium.org/1931003002