commit | de029d0e41d2acb3cf49bd0d64b91add1aae9bd6 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Thu Jan 07 12:39:11 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jan 07 12:39:11 2016 -0800 |
tree | e783e1f5d68418c491e61a7b8d1bdfa5660aa866 | |
parent | f96bf1a2d091a917bb93f9e9a3a8d53bb39d068e [diff] |
More <type_traits> for SkTLogic.h. SkTLogic.h specifies a number of declarations now found in <type_traits>. This removes some of these declarations from SkTLogic.h in favor of the ::std versions. These declarations are fairly safe to change as the implementations are striaght forward and no known stl implementations are known to have issues with them. Review URL: https://codereview.chromium.org/1565283003