Mark the newly added '__libcpp_is_constant_evaluated' as 'inline', since it can be...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 2 Jul 2019 00:20:06 +0000 (00:20 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 2 Jul 2019 00:20:06 +0000 (00:20 +0000)
commit745379a0af74a37465f616b99c10a09b4f0d2add
treedbaa78e75fbc6ab68c2ac97ef5e9248d21a58d74
parentadeab8d7541becf306f15d02cb56ee1a76fc1b5c
Mark the newly added '__libcpp_is_constant_evaluated' as 'inline', since it can be included multiple times by multiple headers, and we don't want 'duplicate definition' errors.

llvm-svn: 364879
libcxx/include/type_traits