Base isPodLike on is_trivially_copyable for GCC 5 and MSVC
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 20 Feb 2015 16:19:28 +0000 (16:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 20 Feb 2015 16:19:28 +0000 (16:19 +0000)
commit1b740e2667ba50ca114093278138dd7d8c238999
tree0e6ba461bca7761591dfd746e25d8ec8da2ba657
parent3e00ca983c7e2a25b626a754d1ffb8a42b34ff8b
Base isPodLike on is_trivially_copyable for GCC 5 and MSVC

It would be nice to get rid of the version checks here, but that will
have to wait until libstdc++ is upgraded to 5.0 everywhere ...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230021 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/type_traits.h