Support: use std::is_trivially_copyable on MSVC

MSVC 2015 and newer have std::is_trivially_copyable available for use.
We should prefer that over the std::is_class to get this check be
correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348042 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed