more switching to standard type traits
The patch changes removes WTF type trais and changes the client code as following: WTF::EnableIf -> std::enable_if WTF::IsSameType -> std::is_same WTF::IsConvertibleTo.. -> std::is_convertible WTF::IsPolymorphic -> std::is_polymorphic BUG=554293 Review URL: https://codereview.chromium.org/1477213003 Cr-Commit-Position: refs/heads/master@{#367242}
Showing
Please register or sign in to comment