Fix compilation of Any.h header.
authorJustin Lebar <jlebar@google.com>
Wed, 12 Feb 2020 16:05:00 +0000 (08:05 -0800)
committerJustin Lebar <jlebar@google.com>
Wed, 12 Feb 2020 16:25:14 +0000 (08:25 -0800)
commit17b77418121139c4e8cfb050d82ead3f29db7132
tree56934ceb98619ea85ffc28893431627d02fa5b88
parent7c426fb1a6d4b7db2517529ec5d863b380479249
Fix compilation of Any.h header.

In a previous patch I changed `std::decay<T>::type` to `std::decay<T>`
rather than `std::decay_t<T>`.  This seems to have broken the build
*only for clang-cl*.  I don't know why.

Submitting with post-commit review because this is an obvious fix for a
build breakage and we've verified that it fixes the breakage.
llvm/include/llvm/ADT/Any.h