Change a static_assert to check for is_trivial instead of is_pod, as is mandated...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 22 Jan 2018 00:17:48 +0000 (00:17 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 22 Jan 2018 00:17:48 +0000 (00:17 +0000)
commit785ae3e8c053a8f2b14851e09a27fc343c4d37dd
tree6773bc6f113ee8a35a6a3201b77bb8613d810ce7
parent85642c2bea823d5eed087ee64da030ab767fb00e
Change a static_assert to check for is_trivial instead of is_pod, as is mandated by P0767.

llvm-svn: 323071
libcxx/include/string
libcxx/include/string_view