bindings: Use std::enable_if_t<T> instead of std::enable_if<T>::type.
The former was introduced in C++14 and is slightly more concise than the latter. This has no user-visible changes. Change-Id: Iaabfb3cd52f7d577ab2d26ec6b162dc25292536b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940184 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#719951}
Showing
Please register or sign in to comment